1- First of all, download the jre-1_5_0_06-linux-i586.bin (from Sun) and close firefox.
2- Move the file to /opt
Code:
$ su -
$ password:<root's password>
# mv /home/directory/jre-1_5_0_06-linux-i586.bin /opt
3- change the rights and unzip:
Code:
# # cd /opt
# chmod +x *-linux-i586.bin
# ./*.bin
4- create the link to the plugins directory:
Code:
# ln -fs /opt/jre1.5.0_06/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so