How to install the Java Runtime Environment JRE JVM Plugin
First download jre-1_5_0_04-linux-i586-rpm.bin to a directory path WITHOUT a space in it
Remove any old versions of Java
$ su -
$ rpm -e jre
$ rpm -e --allmatches jre
Auto install
$ su -
$ chmod 755 jre-1_5_0_04-linux-i586-rpm.bin
$ ./jre-1_5_0_04-linux-i586-rpm.bin
Manual install (only if you have problems with auto install)
$ rpm -ivh jre-1_5_0_04-linux-i586-rpm
Connect Java Plugin to FireFox
CentOS & Red Hat
$ cd /usr/lib/firefox-1.0.7/plugins
Ubuntu
$ cd /usr/lib/mozilla-firefox-1.0.7/plugins
ALL
$ ln -s /usr/java/jre1.5.0_04/plugin/i386/ns7/libjavaplugin_oji.so
Test
Navigate to
http://www.java.com∞
JavaDependancy
REFERRERS
OsdeApplications
There are no comments on this page. [Add comment]