JDK installation configuration on Windows 10
1. Go to the JDK official website to download the corresponding jdk version installation package:
Download address
This article takes jdk-8u161-windows-x64.exe as an example;
2. Double-click to execute the installation package program;
3. Select the optional functions that need to be installed;
4. Start the installation;
5. JRE is required to be installed in the pop-up window in the middle;
6. Start installing JRE;
7. The program installation is completed.
8. Environment variable configuration;
Add environment variables to "My Computer"-"Properties"-"Advanced System Settings"-"Environment Variables";
Add two variables shown in the figure below, and the contents of PATH appended;
9. After completing the above installation and configuration, enter the command prompt window for verification;
java -version command to view the current JDK version:
java commands, check the command usage;
javac command, view command usage;
At this point, the Java (JDK) environment configuration under Windows system has been completed! !
The above is all the content of this article. I hope it will be helpful to everyone's learning and I hope everyone will support Wulin.com more.