Java1.8 environment variable Configuration

Source: Internet
Author: User

Java1.8 environment variable Configuration

1: Download The corresponding version of JDK1.8 and Install the installation process can customize the installation directory and other information, such as we choose to install directory: C:\Program files\java\jdk1.8.0

2: When the installation is complete, right click on "My Computer" and click "Properties":

3: Click "Advanced System Settings":

4: In "System Variables", set 3 properties, Java_home,path,classpath (case does not matter), if already exist then click "Edit", do not exist then click "New":

(1). Java_home indicates the JDK installation path, which is the path C:\Program files\java\jdk1.8.0 that was selected at the time of installation,

(2) Add under path:;%java_home%\bin; %java_home%\jre\bin, notice that the front is separated by semicolons,

(3) in the CLASSPATH Item added: .; %java_home%\lib\dt.jar;%java_home%\lib\tools.jar ( to be added . represents the current path ),

1. (5): "Start"->; " Run, type "cmd", type the command "Javac", and the following screen appears, stating that the environment variable is configured successfully.

Java1.8 environment variable Configuration

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.