Sunday, October 4, 2009

Firefox + Adblock Plus + Java Plugin Crash Problem Solution

At last, my firefox setup is perfected: (Source: https://adblockplus.org/forum/viewtopic.php?t=4422)

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:

mhewedy said...

Note, the plug-in libnpjp2.so doesn't not works with me, but libjavaplugin_oji.so works.

SoCRaT said...

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.

mhewedy said...

Thanks too much, It now works for me.