HOW-TO make "the java plugin" work on Firefox in Fedora 10 / Linux Distro?

Advertisements

Digitizor

↑ Grab this Headline Animator

The basic idea behind making any plugin work on a Mozilla based browser is to have the plugin symbolically linked to the plugins directory of Mozilla or Firefox. Fedora 10 already has the Sun JRE (Java Runtime Environment) JRE 1.6.0_07 packed in the box. Now, in order to enable the java plugin on your firefox do the following steps:

1) locate the file named  libjavaplugin.so (or libjavaplugin_oji.so in some cases) on your box by issuing the following command at the prompt:

locate libjavaplugin_oji.so

you`ll find that the file libjavaplugin_oji.so is available in the /usr/java/jre1.6.0_07/plugin/i386/ directory.

2) Then what you need to do is just link the .so file symbolically to the mozilla plugins folder, and you are done:

sudo ln -s /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin.so

3) Restart your browser and head over to http://www.java.com/en/download/installed.jsp to verify if your plugin installed successfully or not. (Don`t worry, It will)

PS: I would recommend you to install the latest version of the Sun JRE, ie. v1.6.0_11. You may also like to read about how to get the flash plugin on Firefox to work on linux here.



January 5th, 2009 Written by The Digitizor    

Free subscription: Subscribe RSS feed or get daily tips in your email
* Click confirmation link sent in email * Don't see the email? check spam folder

  Facebook 


Liked it? Share...   Digg It!   Submit to Del.icio.us   Submit to Reddit   Stumble   Submit to Identica   Slashdot It   Send to a friend via email


blog comments powered by Disqus

Trackbacks