Quote:
Originally posted by reddazz
jdk 1.5 works fine for me using Firefox 1.0 on FC3. Just follow the instructions above but alter the paths to suite the version of jdk you have installed.
|
Which versions do you use?
I have firefox-1.0.4-1.3.1 from Fedora update, and installed jdk 1.5.0_03-b07 from java.sun.com into /usr/local. I symlinked from plugins/ns7/lib... to /usr/lib/mozilla/plugins, and url:about

lugins show that it loads and activates java 1.5.0. But when I try to run any java applet, the following file is created: plugin_stack.trace which contains
java.lang.NoClassDefFoundError
at sun.plugin.AppletViewer.initEnvironment(AppletViewer.java:237)
at sun.plugin.navig.motif.Plugin.doit(Plugin.java:141)
at sun.plugin.navig.motif.Plugin.start(Plugin.java:104)
and no applet window appears on the screen.
I set JAVA_HOME to /usr/local/jdk1.5, NPX_PLUGIN_PATH to /usr/lib/mozilla/plugins:/usr/local/jdk1.5/jre/plugin, but none of them helps solve this problem.
I wonder what java object Plugin couldn't find.