I need to Play a MP3 File in Java code under Linux environment (Ubuntu 11.04).

I tried to download the MP3plugin.jar file from http://www.oracle.com/technetwork/java/javase/download-137625.html ,but I can't see it in the list.

Note : "I downloaded the sun Java Media Framework"

link|improve this question
Check out JavaZoom (Google it). It does not require you to install JMF, and will of course run wherever java runs. – sbrattla Dec 5 '11 at 22:03
thanks, I'll check about it ... – Reem Dec 6 '11 at 2:00
feedback

1 Answer

up vote 3 down vote accepted

That is the link from which I downloaded the Jar some time ago, but it seems broken now. It leads to a page with a long list of APIs for download, none of which are that archive. :(


Fortunately, I use it in various applets & web start apps. You can get it direct from the server at:

http://pscode.org/lib/mp3plugin.jar

link|improve this answer
Thank you very much for your response .... – Reem Dec 6 '11 at 1:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.