Tuesday, November 13, 2007

How to install Java in Firefox on Linux platform

First of all you have to install Java Runtime Envirnmonet to your Linux Platform from following link.

http://www.java.com/en/download

I'm installing java in /usr/java/ folder please install it in your preffered path. Then do following three steps.

  1. Open Terminal

  2. Change to your Firefox plugins directory (For me path is : /usr/lib/firefox/plugins)

  3. Issue the following command: sudo ln -s /usr/java/jre1.6.0_03/plugin/i386/ns7-gcc29/libjavaplugin_oji.so



Above installation path can be differ from your installation and jre version also can be differ.

Finally restart your Firefox browser

No comments: