Installing Sun JRE (Java Run-time Environment ) in Ubuntu
# Steps to install Sun JRE :
1) Download the bin file ( Linux self-extracting ) from here :
http://www.java.com/en/download/linux_manual.jsp
2) make the file executable :
3) Get the root access :
( It will prompt for your password )
4) Go to /usr directory :
5) Make a directory named java
6) Go to the java directory :
7) run the downloaded file with full path :
e.g.
This will install the JRE in your system.
# Additional Steps to install firefox-4.0 plugin
8) Go to firefox plugin directory :
9) Create a link for the plugin :
10) For confirming the installation of plugin, close all firefox windows and re-open it .
Type in :
about:plugins
in the awesome bar ( as firefox calls it ) and pressing enter key .
11) You can also confirm the installation of java plugin by the following link :
http://www.java.com/en/download/help/testvm.xml
Courtesy : http://www.java.com/en/download/help/linux_install.xml
1) Download the bin file ( Linux self-extracting ) from here :
http://www.java.com/en/download/linux_manual.jsp
2) make the file executable :
Code:
chmod u+x <file>
Code:
sudo -s4) Go to /usr directory :
Code:
cd /usr
Code:
mkdir java
Code:
cd javae.g.
Code:
/home/user_name/Downloads/jre-6u25-linux-i586.binThis will install the JRE in your system.
8) Go to firefox plugin directory :
Code:
cd /usr/lib/firefox-4.0/plugins/
Code:
ln -s /usr/java/jre1.6.0_24/lib/i386/libnpjp2.soType in :
11) You can also confirm the installation of java plugin by the following link :
http://www.java.com/en/download/help/testvm.xml
Courtesy : http://www.java.com/en/download/help/linux_install.xml
Also available at : http://ubuntuforums.org/showthread.php?t=1764374
No comments:
Post a Comment