View Single Post
  #5 (permalink)  
Old 10-31-2007, 04:51 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
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.
Reply With Quote