Relates :
|
When the Ensemble8 jar file is placed online and launched via Java Web Start, the AudioClip and 3D Xylophone samples don't play any sounds. This appears to be a bug in Java 8 that has been fixed in Java 9. A workaround is to check for the clip files in a resources directory next to the jar file and use those if found, otherwise fall back on the current method of using Class.getResource().
|