Search:

Type: Posts; User: EatMyBible

Search: Search took 0.16 seconds.

  1. Re: Compiled .jar won't run when using .wav-files.

    After doing some research, I see that many people have overcome this problem by creating a seperate folder which they call something like "res" or "resources", make it a sourcefolder, and create...
  2. Re: Compiled .jar won't run when using .wav-files.

    Alright, so here is what I've changed:



    InputStream lydklipp =
    this.getClass().getClassLoader().getResourceAsStream("pessent.wav");
    AudioInputStream audioIn =...
  3. Re: Compiled .jar won't run when using .wav-files.

    Thank you! Would you care to be more specific, though? Am I simply supposed to use a URL-request instead? I am new to mixing sound and images with GUI's, so I'd appreciate a step by step guide as to...
  4. Compiled .jar won't run when using .wav-files.

    I have created a simple GUI that loops a .wav-file when a button is clicked. This works perfectly when run in Eclipse. However, when compiling it in a runnable .jar, it does not run. No errors...
Results 1 to 4 of 4