For the 10^6 time -- JMF on Fedora does not work!
I've tried everything under the Sun (no pun intended), and I've seen many other people with this same problem, but no solution...
(1) I installed the performance pack version of JMF 2.1.1 for Linux.
(2) I modified my .bash_profile to read as follows...
PATH=/usr/java/j2re1.4.2_06/bin:$PATH
export PATH
JAVA_HOME=/usr/java/j2re1.4.2_06
export JAVA_HOME
JMFHOME=/usr/java/JMF-2.1.1e
CLASSPATH=$JMFHOME/lib/jmf.jar:.:${CLASSPATH}
export JMFHOME CLASSPATH
LD_LIBRARY_PATH=$JMFHOME/lib:${LD_LIBRARY_PATH}
(3) Just to beat a dead horse, I even copied-pasted the following:
/JMF-2.1.1e/lib/*.jar --> /usr/java/j2re1.4.2_06/lib/ext/
/JMF-2.1.1e/lib/*.so --> /usr/java/j2re1.4.2_06/lib/i386/
both *.jar and *.so --> /usr/mozilla/plugins/
(4) But when I try running the online diagnostic applet
http://java.sun.com/products/java-media/jmf/2.1.1/jmfdiagnostics.html
I get the following:
Java 1.1 compliant browser.....Maybe
JMF classes.....Not Found
and none of the sample JMF apps on the Sun website work.
Any clues at all? Does JMF not work on Fedora?
I guess I'll just keep asking this question every few days until someone from Sun answers?
Thanks anyways...

