Java medi framework installation

Windows:

-1- download Sun jmf http://java.sun.com/products/java-media/jmf/2.1.1/download.html.
Install it.


-2- download Sun mp3plugin http://java.sun.com/products/java-media/jmf/mp3/download.html. Install it.

-3- from the commandline run this command: java com.sun.media.codec.audio.mp3.JavaDecoder


-4- COPY every files from jmf/lib in jre/lib/ext (jre installation directory), COPY the plugin (mp3plugin.jar) in jre/lib/ext.
 

GNU/Linux

-1- download Sun jmf http://java.sun.com/products/java-media/jmf/2.1.1/download.html.
Install it.


-2- download Sun mp3plugin  http://java.sun.com/products/java-media/jmf/mp3/download.html. Install it.

-3- from the commandline run this command: java com.sun.media.codec.audio.mp3.JavaDecoder


-4- COPY the mp3plugin (mp3plugin.jar) in jre/lib/ext (jre installation directory).
On Red Hat, open .bash_profile (hidden file in your home directory)
and add these lines (replace /home/azuu with the right name):
JMFHOME="/home/azuu/JMF-2.1.1e"
CLASSPATH="$JMFHOME/lib/jmf.jar:.:${CLASSPATH}"
LD_LIBRARY_PATH="$JMFHOME/lib:${LD_LIBRARY_PATH}"
export PATH
export JMFHOME
export CLASSPATH
export LD_LIBRARY_PATH
The restart your computer.

Index