Java environment variable configuration (windows), java environment variable

Source: Internet
Author: User

Java environment variable configuration (windows), java environment variable

1. Download jdk.

Baidu: jdk download

Search Results:

 

2. Download and install jdk.

(Next, next ,......)

3. Check whether the installation is successful.

Open cmd and enter java:

4.Configure Environment Variables

Computer/(right-click)/properties/advanced system settings/Environment Variables

New system variable

JAVA_HOME

Variable valueFor jdkInstallation path

Modify system variables

Path

Add to bin folderRelativePath

% JAVA_HOME % \ bin; % JAVA_HOME % \ jre \ bin

New system variable

CLASSPATH

Variable valueIt is the relative path of dt. jar and tools. jar files in the lib folder.

. % JAVA_HOME % \ lib \ dt. jar; % JAVA_HOME % \ lib \ tools. jar

5.Check whether the configuration is successful

Open cmd and enter javac:

6. successful !!!!!!!

 

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.