Salut à tous,
j'ai un problème avec l'installation du JMF pour java. Je ne comprends pas bien les instructions de setup qui sont données par Sun
1. Check the hardware and software requirements.
2. Run the Installation program to extract JMF to a directory, such as /home/someuser/. A JMF-2.1.1e subdirectory will be created.
3. Set your CLASSPATH path to reference the JMF directory. For example,
setenv JMFHOME /home/someuser/JMF-2.1.1e
setenv CLASSPATH $JMFHOME/lib/jmf.jar:.:${CLASSPATH}
4. Set your LD_LIBRARY_PATH (shared libraries path) to point to the JMF libraries. For example:
setenv LD_LIBRARY_PATH $JMFHOME/lib:${LD_LIBRARY_PATH}
Je sais que je dois modifier /home/someuser par le chemin de mon installation. CLASSPATH doit-il être modifié? De plus la commande setenv n'est pas reconnue par le shell. Comment dois-je faire?
Merci d'avance
linkermania