How can I run Java Development on win10 system computers ?, Win10java

Source: Internet
Author: User

How can I run Java Development on win10 system computers ?, Win10java

Install Java environment variables on Win10, which is suitable for all Windows systems

Java testing in Windows 10 Professional Edition

1. Install JDK, download it from the official Oracle JDK website, or search for JDK to go to the link. After the download is complete, install.

Then the download starts.

2. Install JDK

After configuring environment variables and environment variables, We can compile and run java programs in the command line, eclipse, and other development tools !!

1. Right-click my computer and click Properties.

2. In the displayed dialog box, select Advanced System settings and select environment variables.

Create a new variable named "classpath" in the user variable, and the variable value is ".; % JAVA_HOME % \ lib; % JAVA_HOME % \ lib \ tools. jar "(note that the content in" ") can be copied directly.

Create a variable named "JAVA_HOME" and set the variable value to the directory where jdk was installed. For example, set the variable to "D: \ Software \ Dev \ Java".

Add JAVA_HOME for the path variable

Final results

Open cmd and try to run java and javac commands.

If the above information appears on CMD, the java configuration is successful. We can develop java programs.

 

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.