Follow these instructions:(先安装)
- Change the permission of the file you downloaded to be executable. Type:
chmod a+x jre-7u-linux-i586.tar.gz
where is to be replaced by the version downloaded.
Example: For jre-7u3, the command is
chmod a+x jre-7u3-linux-i586.tar.gz - Verify that you have permission to execute the file. Type:
ls -l
- Change to the directory in which you want to install. Type:
cd
For example, to install the software in the /usr/java/ directory, Type:
cd /usr/java/
Note about root access:To install Java in a system-wide location such as /usr/local, you mustlogin as the root user to gain the necessary permissions. If you do nothave root access, install the Java in your home directory or asubdirectory for which you have write permissions.
- Unpack the tarball and install Java Type:
% tar zxvf jre-7u-linux-i586.tar.gz
The license agreement is displayed. Review the agreement. Press the spacebar to display the next page. At the end, enter yes to proceed with the installation. - Java is installed into its own directory. In this example, it is installed in the /usr/java/jre1.7.0_ directory. When the installation has completed, you will see the word Done.
- Verify that the jre1.7.0_ sub-directory is listed under the current directory. Type:
ls
- Exit Firefox browser if it is already running.
- Uninstall any previous installations of Java Plugin.
Only one Java Plugin can be used at a time. When you want to use adifferent plugin, or version of a plugin, remove the symbolic links toany other versions and create a fresh symbolic link to the new one. - Create a symbolic link to the libnpjp2.so file in the browser plugins directory
- Go to the plugins sub-directory under the Firefox installation directory
cd /plugins - Create the symbolic link
ln -s /lib/i386/libnpjp2.so
Note: If you are upgrading your Java version thenbefore creating new symbolic link you should remove old symbolic link to enable latest downloaded Java.
To remove old symbolic link:
type cd /plugins
rm libjavaplugin_oji.so
Example- If Firefox is installed at this directory:
/usr/lib/ - And if the Java is installed at this directory:
/usr/java/ - Then type in the terminal window to go to the browser plug-in directory:
/usr/lib//plugin - Enter the following command to create a symbolic link to the Java Plug-in for the Mozilla browser.
ln -s /usr/java//lib/i386/libnpjp2.so
- Go to the plugins sub-directory under the Firefox installation directory
- Start the Firefox browser, or restart it if it is already up.
In Firefox, type about:plugins in the Location bar to confirmthat the Java Plugin is loaded. You can also click the Tools menu toconfirm that Java Console is there.