Enable JAVA jre 1.6.0_21 firefox plugin
Following is the procedure to enable JAVA jre firefox plugins
1. First of all login as root.
# su root
# passwd:
2. Down load the jre plugins from Java download site.
3. Change the directory where you want to install .If suppose you want to install into /usr/local,go in that directory
# cd /usr/local
4 . Download the file . Change the file to executable mode
# chmod a+x jre-6u21-linux.rpm.bin
5. Verify the permission
# ls -l
6. Now start the installlation process
# ./jre-6u21-linux.rpm.bin
7. Enter yes for the aggreement and follow the process.
8. Wait for the installation to complete.

Leave a Reply