java sound in Linux .

2002-07-29 Thread Peter Rajesh
Hello, While i run jdk sound demo or my application, i get the below exception, and i couldn't hear the sound while the sound file is played. javax.sound.sampled.LineUnavailableException : Audio Device Unavailable. But  when i play the sound file individually i can hear the sound. Please let me

Re: programming in Red hat 7.2 include error without -O

2002-07-29 Thread John DeDourek
And with optimization, the compiler would discover that it can compute the sqrt at compile time and put the answer into the object code, which is why you don't need the sqrt routine linked in with optimization enabled. BTW, if this is a "time killer" program, the optimized version would run SIGNI

java sound in Linux .

2002-07-29 Thread Peter Rajesh
Hello, While i run jdk sound demo or my application, i get the below exception, and i couldn't hear the sound while the sound file is played. javax.sound.sampled.LineUnavailableException : Audio Device Unavailable. But  when i play the sound file individually i can hear the sound. Please let me