Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    Can you write a short program that creates a temp file and then tries to delete it to demonstrate the problem?


    Can you save the values of tempFile in an array and then use those references to...
  2. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    Yep, that's how programming can be sometimes
  3. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    Which of these steps are you having trouble with?
    create a temp file and save its address (you'll use it in the last step)
    copy the "file"/resource from the jar file to the temp file
    use the path...
  4. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    Why not put the swf files in the same directory with the jar file.
  5. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    What is the contents of the String? Is it the path to the file on the local PC?


    What was the contents of that String? A path to a file on the local PC?

    If the API only takes a String...
Results 1 to 5 of 5