views:

125

answers:

0

Hi! I am installing JMF in linux fedora. I already installed it. I already put the env variables in my /etc/profile.d/jmf.sh. Here is what i put in my jmf.sh in /etc/profile.d

export JMFHOME=/home/ws21/java/JMF-2.1.1e
export CLASSPATH=$JMFHOME/lib/jmf.jar:.:${CLASSPATH}
export LD_LIBRARY_PATH=$JMFHOME/lib:$LD_LIBRARY_PATH

but then when I test if my JMF is properly installed using the Diagnostic Test of SUN and I only got this result:

JMF Version... 2.1.1e
All Java Build
Native Libraries Not Found

please help me on this. I don't know where I got wrong in my configurations or in my installation procedure on maybe in the path of my Native Libraries.

thanks a lot for helping!