Ubuntu13.04 install JDK 7

Source: Internet
Author: User

1, First, download jdk-7u4-linux-i586.tar.gz

2, Copy jdk-7u4-linux-i586.tar.gz to the/usr/lib/JVM/directory. If no JVM folder exists, create the folder. Run the following command:
Sudo mkdir JVM // create a folder JVM
Sudo CP-R ~ /Download/jdk-7u4-linux-i586.tar.gz/usr/lib/JVM
Sudo tar-zxvg jdk-7u4-linux-i586.tar.gz

3, Set environment variables,

Method 2: modify this Vim ~ /. Bashrc
Add the following at the end of the file:
# Java
Export java_home =/usr/lib/JVM/jdk1.7.0 _ 21
Export jre_home =$ {java_home}/JRE
Export classpath =. :$ {java_home}/lib :$ {jre_home}/lib
Export path =$ {java_home}/bin: $ path

Save and exit. Enter the following command to make it take effect immediately.

Code: Source ~ /. Bashrc


4. modify the default JDK of the system (not to be lazy !)
sudo Update-alternatives -- install/usr/bin/Java/usr/lib/JVM/jdk1.7.0 _ 21/bin/Java 300
sudo update -alternatives -- install/usr/bin/javac/usr/lib/JVM/jdk1.7.0 _ 21/bin/javac 300


sudo Update-alternatives
-- config Java
5. detection, input Java-version

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.