Windows system JDK environment variable configuration

Source: Internet
Author: User

First, the Environment preparation

Windows10

jdk1.8.0_144

Second, download and install the JDK

Download Password: R5ym

Three, environment variable configuration

First, open Control Panel > System and Security > System, click Advanced System settings to enter System properties.

Click Environment variables to enter environment variable settings.

Click the New button under System variables to add a system variable (variable name: Java_home variable value for JDK installation directory)

Set the PATH environment variable that already exists, so select path in the list, click the Edit button below (or double-click), and add the following information in the popup window:%java_home%\bin and%java_home%\jre\bin, then click "Confirm" button.

Create a new environment variable (variable name: Classpath variable Value:%java_home%\lib\dt.jar;%java_home%\lib\tools.jar)

Once the environment variable is configured, you can run java-version in cmd to check if Java is installed correctly

If the Java version and JVM version information is correctly printed, the Java installation is correct.

Windows system JDK environment variable configuration

Related Article

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.