Installation du Java medi framework
Windows:
-1- vous devez telecharger la librairie media jmf chez Sun
http://java.sun.com/products/java-media/jmf/2.1.1/download.html.
Installez-la.
-2- vous devez telecharger le plugin mp3 (sauf si vous l'avez deja biensur) chez
Sun
http://java.sun.com/products/java-media/jmf/mp3/download.html. Installez-le.
-3- depuis la console tapez cette commande: java com.sun.media.codec.audio.mp3.JavaDecoder
-4- COPIER tous les fichiers qui sont dans jmf/lib dans jre/lib/ext (repertoire
d'installation de votre jre), COPIEZ le plugin (mp3plugin.jar) dans le
repertoire jre/lib/ext.
GNU/Linux
-1- vous devez telecharger la librairie media jmf chez Sun
http://java.sun.com/products/java-media/jmf/2.1.1/download.html.
Installez-la.
-2- vous devez telecharger le plugin mp3 (sauf si vous l'avez deja biensur) chez
Sun
http://java.sun.com/products/java-media/jmf/mp3/download.html. Installez-le.
-3- depuis la console tapez cette commande: java com.sun.media.codec.audio.mp3.JavaDecoder
-4- COPIEZ le plugin (mp3plugin.jar) dans le repertoire jre/lib/ext.
Sur Red Hat, ouvrez le fichier .bash_profile (fichier caches, dans votre
repertoire home)
et ajoutez ces lignes (remplacez /home/azuu par le nom approprie!):
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
Ensuite redemarrez.