I have packed all the class files and resources as a jar but on execution the sound files wont play. My package structure is:
+project |_classes |_ _*.class
When you do getResourceAsStream, it is not relative to the current class, but the root of the archive. That is, first try to remove ../.
getResourceAsStream
../