class definition not found error
Brought to you by:
javazoom
When running the player applet it can not find the
JavaSoundAudioDeviceFactory class definition. In the
source code the JavaSoundAudioDeviceFactory is used in
the FactoryRegistry class but it is not imported from
the javazoom.jl.player package. In the demo the player
seems to work correctly due to the JAVA plugin.
However when you try to run the applet outside the
plugin it hangs because it can not find the
JavaSoundAudioDeviceFactory class definition.