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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top