Question

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?

Was it helpful?

Solution

Here They solved that problem by rebuilding the project path in eclipse. You might want to try that.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top