How to Enable Oracle Java in Your Web Browsers on Ubuntu Linux
This document covers enabling 32-bit and 64-bit Oracle Java browser plugin in 32-bit Ubuntu Linux and 64-bit Ubuntu Linux. For the two most popular web browsers for Ubuntu Linux at this time, which are Google Chrome and Mozilla Firefox....
Method 1 of 2:
Google Chrome
32-bit Oracle Java instructions:
- Issue the following commands.
- Type/Copy/Paste: sudo mkdir /opt/google/chrome/plugins
- this will create a directory called /opt/google/chrome/plugins
- Type/Paste/Copy: cd /opt/google/chrome/plugins
- this will change you into the google chrome plugins directory,make sure you are in this directory before you make the symbolic link
- Type/Paste/Copy: sudo ln -s /usr/local/java/jre1.7.0_40/lib/i386/libnpjp2.so
- this will create a symbolic link from the Java JRE( Java Runtime Environment ) plugin libnpjp2.so to your Google Chrome web browser
- Type/Copy/Paste: sudo mkdir /opt/google/chrome/plugins
64-bit Oracle Java instructions:
- Issue the following commands.
- Type/Copy/Paste: sudo mkdir /opt/google/chrome/plugins
- this will create a directory called /opt/google/chrome/plugins
- Type/Paste/Copy: cd /opt/google/chrome/plugins
- this will change you into the google chrome plugins directory,make sure you are in this directory before you make the symbolic link
- Type/Paste/Copy: sudo ln -s /usr/local/java/jre1.7.0_40/lib/amd64/libnpjp2.so
- this will create a symbolic link from the Java JRE( Java Runtime Environment ) plugin libnpjp2.so to your Google Chrome web browser
- Type/Copy/Paste: sudo mkdir /opt/google/chrome/plugins
Reminders:
- Note: Sometimes when you issue the above command you may receive a message which states:
- ln: creating symbolic link `./libnpjp2.so': File exists
- To correct this issue simply remove the previous symbolic link using the following command:
- Type/Copy/Paste: cd /opt/google/chrome/plugins
- Type/Copy/Paste: sudo rm -rf libnpjp2.so
- Make sure you are in the /opt/google/chrome/plugins directory before you issue the command
- Restart your web browser and go to Java Tester to test if Java is functioning in your web browser.
Method 2 of 2:
Mozilla Firefox
32-bit Oracle Java instructions:
- Issue the following commands.
- Type/Paste/Copy: cd /usr/lib/mozilla/plugins
- this will change you into the directory /usr/lib/mozilla/plugins, create this directory if you do not have it
- Type/Paste/Copy: sudo mkdir /usr/lib/mozilla/plugins
- this will create the directory /usr/lib/mozilla/plugins, make sure you are in this directory before you make the symbolic link
- Type/Paste/Copy: sudo ln -s /usr/local/java/jre1.7.0_40/lib/i386/libnpjp2.so
- this will create a symbolic link from the Java JRE( Java Runtime Environment ) plugin libnpjp2.so to your Mozilla Firefox web browser
- Type/Paste/Copy: cd /usr/lib/mozilla/plugins
64-bit Oracle Java instructions:
- Issue the following commands.
- Type/Paste/Copy: cd /usr/lib/mozilla/plugins
- this will change you into the directory /usr/lib/mozilla/plugins, create this directory if you do not have it
- Type/Paste/Copy: sudo mkdir /usr/lib/mozilla/plugins
- this will create the directory /usr/lib/mozilla/plugins, make sure you are in this directory before you make the symbolic link
- Type/Paste/Copy: sudo ln -s /usr/local/java/jre1.7.0_40/lib/amd64/libnpjp2.so
- this will create a symbolic link from the Java JRE( Java Runtime Environment ) plugin libnpjp2.so to your Mozilla Firefox web browser
- Type/Paste/Copy: cd /usr/lib/mozilla/plugins
Reminders:
- Note: Sometimes when you issue the above command you may receive a message which states:
- ln: creating symbolic link `./libnpjp2.so': File exists
- To correct this issue simply remove the previous symbolic link using the following command:
- Type/Copy/Paste: cd /usr/lib/mozilla/plugins
- Type/Copy/Paste: sudo rm -rf libnpjp2.so
- Make sure you are in the /usr/lib/mozilla/plugins directory before you issue the command
- Restart your web browser and go to Java Tester to test if Java is functioning in your web browser.
4.2 ★ | 5 Vote
You should read it
- What is Java? Why choose Java?
- How to Upgrade Oracle Java on Ubuntu Linux
- What is thermal paste?
- How to copy and paste on Mac
- Basic Java syntax
- 5 remarkable new plugins for WordPress
- What is JAVA file? How to open, edit and convert JAVA files
- eQuiz - Multiple choice quiz about JAVA
- Download and install Java on the computer
- Basic Java exercises, with sample decoding
- Which career Java programming options are waiting for you?
- How to install Java on a Raspberry Pi