On Tue, 25 Nov 2003 20:13:17 -0500, "mark kirven" <kirvnet@xxxxxxxxxxx> said: > > On Tue, 25 Nov 2003 12:10:07 -0700, "Blaine Gordon" > <blainegordon@xxxxxxxxxxxxxxx> said: > > I can download Java just fine from Sun's websight. Does anyone know how > > to get it in my Mozilla browser? > > > > > > -- > > fedora-list mailing list > > fedora-list@xxxxxxxxxx > > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > > > This might be a little too noobish for you, but it may help someone else. > I usually save stuff like this on a notepad to help others and myself. > You can copy and paste these commands and you will be ready to go. > > Download this > http://java.sun.com/webapps/download/Redirect/130593850/5847479377282807053505607246086069333228071972022813600060192859339008063305596058473206-3866/j2re-1_4_2_02-linux-i586-rpm.bin > > After the download is finished, > > Then type this in terminal chmod +x j2re-1_4_2_02-linux-i586-rpm.bin > > Then ./j2re-1_4_2_02-linux-i586-rpm.bin > > Then make yourself root su > > Then your root password > > Then rpm -ivh j2re-1_4_2_02-linux-i586.rpm > > Then cd /usr/lib/mozilla-1.4.1/plugins > > > Then ln -s > /usr/java/j2re1.4.2_02/plugin/i386/ns610-gcc32/libjavaplugin_oji.so > > > Close mozilla and re open and that should it. > > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list Sorry I messed up on the link. This will do it. http://java.sun.com/j2se/1.4.2/download.html If you want to use the commands in the terminal I posted above be sure to download the RPM file of JRE. If that makes any sense.