I'm modifying an applet to use Java Web Start, using the applet-desc option to launch
the essentially-unmodified code. Everything works great except the sound. This
applet uses only the simplest applet sound interface, based on getAudioClip.
Other jar-based resources (i.e. images) work fine in both cases, and audio clips that are not in jars but accessed through real URLs are also fine in both cases.
getResource is returning an in-Jar URL, and when run as a normal applet everything
is perfect, but in the same jars, run as a JWS applet the clips are silent.

JFramewhile you're at it. ;) – Andrew Thompson Jan 26 at 15:49