Installing JDK under Linux

Source: Internet
Author: User

JDK Installation steps:


1. Unzip the JDK package. : TAR-ZXVF jdk-7u51-linux-x64.gz

2. Move the JDK to/usr/local/java/jdk1.7.0_51 (install according to your own situation)

MV jdk1.7.0_51//usr/local/java/jdk1.7.0_51
3. Configure environment Variables for Linux: vi/etc/profile

Press the I key to enter insert mode
Add at the end of the file (Shift+g moves the cursor to the end)
Java_home=/usr/local/java/jdk1.7.0_51
Path= $PATH: $JAVA _home/bin
Classpath=.: $JAVA _home/lib/dt.jar: $JAVA _home/lib/tools.jar

Export Java_home
Export PATH
Export CLASSPATH
Attention. What we need to focus on is the JDK path in Java_home. Be sure to give the correct JDK the absolute path

4. Input: Wq (save and exit)

5. Reload the profile file:. /etc/profile
6. See if the environment variable is configured successfully: Java-version

7. End

Installing JDK under Linux

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.