Search:

Type: Posts; User: cl2606

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,543

    jar file works on XP but not on Linux

    I finally got a Java program that uses sound working in an executable jar file. I wrote on a PC running XP. I made sure the program ran fine with no other files by putting the program in a folder...
  2. Replies
    4
    Views
    2,685

    Re: More getResource and Eclipse question

    JavaPF,

    Thanks for the reply. I tried the above, again, but to no avail. I had it commented out to show that I had tried it, but it still didn't work. I thought it was something I was/wasn't...
  3. Replies
    2
    Views
    2,462

    Text editor and command line

    Just curious if anyone uses a text editor such as PSPad or TextPad to write and compile their code and run the code from the command line.
  4. Replies
    4
    Views
    2,685

    More getResource and Eclipse question

    This is kind of an extension from a previous post that I did. The following code I got from KevinWorkman and it deals with loading a wav file as a resource. I took Kevin's code and created a stand...
  5. Replies
    17
    Views
    8,486

    [SOLVED] Re: no sound from executable jar file

    okay...I now understand a bit more about the getResource, etc. When Norm first suggested that I got stuck. getResourceAsStream returns an InputStream, no problem, I got that. But then I needed to...
  6. Replies
    17
    Views
    8,486

    [SOLVED] Re: no sound from executable jar file

    Okay..I went to the original computer and moved the jar file into a folder by itself and it didn't work. I then added the wav files to the folder and it worked.

    So, then back to the "new"...
  7. Replies
    17
    Views
    8,486

    [SOLVED] Re: no sound from executable jar file

    I moved it to a completely different computer.

    Here is the error I get:

    javax.sound.sampled.UnsupportedAudioFileException: could not get audio input str
    eam from input file
    at...
  8. Replies
    17
    Views
    8,486

    [SOLVED] Re: no sound from executable jar file

    Okay, I got it working. I found the code at anyexamples.com that reads the file as a stream. It can be found here.

    So I created an executable jar that runs and the sound works....on the computer...
  9. Replies
    17
    Views
    8,486

    [SOLVED] Re: no sound from executable jar file

    No problem. Thanks for the help.

    Curt
  10. Replies
    17
    Views
    8,486

    [SOLVED] Re: no sound from executable jar file

    I placed printStackTrace in all the catch blocks but nothing is being thrown.

    Here is the code after I briefly tried to getResourceAsStream working. It was a quick attempt before I got called...
  11. Replies
    17
    Views
    8,486

    [SOLVED] Re: no sound from executable jar file

    Norm,

    Thanks for the reply. There were no errors when I ran java -jar ... It is probably in that I'm reading the wav files as "files" and not using getResourceAsStream. Now I just have to...
  12. Replies
    17
    Views
    8,486

    [SOLVED] no sound from executable jar file

    I wrote a program that uses wav files. It works in Eclipse but when I create an executable jar file the sounds no longer plays.

    Any ideas as to what's going on and the fix that is required?
    ...
  13. Replies
    0
    Views
    1,098

    Sync movement with sound?

    Hello. This is my first post on this forum. I wrote a workout timer similar to this one that I wrote in Win32 C.

    The program is all but done however I couldn't figure out how to sync the sounds...
Results 1 to 13 of 13