import javazoom.jl.player.Player;
i then named the song Super.mp3, (short for super mario theme which will be a pain to type) and then in the client program, i had
String name = "Super.mp3"; MP3 music = new MP3(name); music.play();
somehow whenever i run the program, it gives me errors saying:
"Problem playing file Super.mp3
java.io.FileNotFoundException: Super.mp3 (The system cannot find the file specified)
java.lang.NullPointerException"
Super.mp3 is in the same package as the client program, and it is driving me nuts!!!
Thanks for helping:)

New Topic/Question
Reply



MultiQuote





|