|
Ok create the following directory tree in the directory where you put your Main.class:
javazoom/jl/decoder
Into that directory, copy Header and Decoder classes and try to recompile.
So if the Main.class is inside c:/pooker directory then copy those classes to c:/pooker/javazoom/jl/decoder and go to c:/pooker again and type the following command to recompile your class:
javac -cp . Main.java
If it does not work let us know the error message you get.
|