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
Create a package named resources as shown below
resources
then
AudioSystem.getAudioInputStream(kidsClassRoom.class.getResourceAsStream("resources/"+file));