Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

No Sound under Windows 98

843802Dec 20 2009 — edited Dec 30 2009
Hello, I have a little program written which one must run also under Windows98. The program also shall standard formats play sounds "WAV", "AU", "MID", "MIDI", "RMF", "AIFF").


I tested it under Win2000SP4, WinXP and Vista Business, it plays quite normally the Sound!
But under Windows 98 SE (tested on 2 Machines) its silent.
No Exceptions, only no sound ???

It plays the wave Files with Winamp, but no from my application.


I try this 2 ways to play sounds (my app is not a applet):

audioClip = Applet.newAudioClip (fileURL);
audioClip.play;


and with JMF 2.1.1 before:

audioPlayer = Manager.createRealizedPlayer (fileURL);
audioPlayer.start;

Had these problem somebody already?
As said, error message I get none.

My app use JRE 1.5.0_22.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 27 2010
Added on Dec 20 2009
7 comments
241 views