I started writing the sound stuff for my game engine tonight and I decided to go with Java Sound/Jorbis (since its for applets). I came here to see what was going on with Java Sound and the first 10 threads or so scared me

I tried using the workaround posted by yuri, but there is no place where I could even use a Mixer object in my code since I'm playing my sounds a bit different (based on examples from the book: Developing Games in Java). So I was just wondering if I could get a few people to test the applet on their computers so I can try and fix any problems that may occur (BTW, it has worked on several computers with winxp + jdk1.5 or 1.4.2_05 so far). here is the link:
http://www.cyntaks.com/projects/wjge/test.html P and O will play sounds. Let me know what java version and OS you are using if it crashes or doesn't play, thanks!