Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


fixing_java_in_firefox_3.6.x_on_linux_x64

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
fixing_java_in_firefox_3.6.x_on_linux_x64 [2010/09/13 10:38] – created juckinsfixing_java_in_firefox_3.6.x_on_linux_x64 [2010/09/13 10:43] (current) juckins
Line 1: Line 1:
 [[http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html]] [[http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html]]
 +
 +1. Exit Firefox.  
 +
 +2. Make sure only the latest version of Firefox and the latest version of Java is installed on the system.  Use rpm -e to remove old packages and download new ones from [[http://www.getfirefox.com]] and [[http://java.com/en/]] as necessary.
 +
 +3. Create a symbolic link to the Java Plugin in the Firefox plugins directory. 
 +
 +<code>
 +# cd /usr/local/src/firefox/plugins
 +# ln -s /usr/java/default/lib/i386/libnpjp2.so .
 +</code>
 +
 +4. Start Firefox
 +
 +5. Open about:plugins in the URL address bar to verify Java is now seen in the browser.
 +
 +6. Test with a Java verification page from java.com as necessary.
 +
fixing_java_in_firefox_3.6.x_on_linux_x64.txt · Last modified: 2010/09/13 10:43 by juckins