I found a sample code of how to play an mp3 file. I installed the Java Media Framework as the instructions say, but then I still get this from Eclipse:
the import javax.media cannot be resolved
on the first line of
import javax.media.*;
Any ideas?
Here They solved that problem by rebuilding the project path in eclipse. You might want to try that.