Nicolas Kovacs
2010-Nov-13 12:45 UTC
[CentOS] Confused about Java browser plugin for Firefox
Hi, I'd like to install a working Java Plugin for Firefox, and I wonder how to go about it. There's some documentation available online, but one quickly gets the feeling it's quite a mess. I also admit being a contributor to the mess, since the Linux book I published in June 2009 gives a detailed - and now obsolete - description about installing JRE : http://www.microlinux.fr/linux_aux_petits_oignons/chapitre_8/01.php#java Any advice on how to go about that without jumping through burning loops? A pointer to some concise documentation or, even better, a short and working step-by-step HOWTO? Cheers, Niki Kovacs -- http://www.kikinovak.net
Barry Brimer
2010-Nov-13 19:41 UTC
[CentOS] Confused about Java browser plugin for Firefox
> Any advice on how to go about that without jumping through burning loops? A > pointer to some concise documentation or, even better, a short and working > step-by-step HOWTO?The problem may be that in Firefox 3.6.6 (or some time close to that) the name of the Java plugin changed. It is no longer libjavaplugin_oji.so, rather it is now libnpjp2.so. It also changed locations within the installed JRE as well. If you have the current JRE installed, you should be able to get it working with the following command run as root: ln -s /usr/java/latest/lib/i386/libnpjp2.so /usr/lib/mozilla/plugins/ HTH, Barry