This issue was SOLVED here,
comment #6 at https://bugzilla.mozilla.org/show_bug.cgi?id=501173#c6.
Change the plugin firefox uses for java, from libjavaplugin_oji.so to libnpjp2.so.
Done.
For a system wide change:
- Code: Select all
# rm /usr/lib/firefox/plugins/libjavaplugin_oji.so # ln -s /usr/lib/java/jre/lib/i386/libnpjp2.so /usr/lib/firefox/plugins/
3 comments:
Note, the plug-in libnpjp2.so doesn't not works with me, but libjavaplugin_oji.so works.
Try to open this URL: "about:config" and type the word "java" and then enter the value: "libnpjp2" for "java.java_plugin_library_name", all this after you do the steps in the article of course.
Thanks too much, It now works for me.
Post a Comment