Вопрос

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top