Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top