Installing Java support on a Firefox install

First, run the FireFox installer for Linux. I typically choose to install it at /usr/local/firefox-n.n.n where the n's are replaced with the version number. I will then typically create a symbolic link called /usr/local/firefox to point to that folder, and have my desktop shortcut point to the browser runtime using that symbolic link to the folder.

Java RPMs from java.sun.com will typically not install Java support on these browsers by default. Once you do install the JDK (or the JRE, but I am using the JDK in this document), you will need to find the plugin library and symbolic-link to it from the firefox/plugins directory.

For example, the plugin may be found at usr/java/jdk1.5.0_01/jre/plugin/i386/ns7/libjavaplugin_oji.so, so the command:

ln -s /usr/java/jdk1.5.0_01/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/local/firefox/plugins/libjavaplugin_oji.so

should do the trick.

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <embed> <object> <param>
  • Lines and paragraphs break automatically.
  • You can use BBCode tags in the text. URLs will automatically be converted to links.

More information about formatting options

CAPTCHA
Be ye bot or be ye not?