The Road to Elysium

July 8, 2009

Firefox and Java on 64 bit Linux

Filed under: Linux — jorge @ 09:46

Wondering what you need to do in order to install Java on a 64 bit Linux installation? Few and simple steps really.

First head over to the Download-section at http://www.java.com. Select to download the file named Linux x64 RPM (if you’re using an RPM-based distribution like Fedora). Once it’s downloaded, and assuming it has been downloaded to the folder Download, do the following:

$ su -
# chmod +x /home/jorge/Download/jre-6u14-linux-x64-rpm.bin
# ./home/jorge/Download/jre-6u14-linux-x64-rpm.bin

After agreeing to the license terms, just type Yes and press enter. Now making the plugin work with Firefox. Just execute the following command:

# ln -s /usr/java/latest/lib/amd64/libnpjp2.so /usr/lib64/mozilla/plugins/

Cross your fingers, restart Firefox, and things should hopefully be working. :) Head over here to check out if it worked.

Good luck!

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress