Java Windows installation and configuration

Today, I share with you a wave of Java Windows installation and configuration. I am using Java12. I have already found the installation package of Java15 on the official website. The classic Java version is Java8. However, I still prefer to use new software. If you want to download the latest version of Java Java15, please follow the steps below. Java15 , click on the link to enter and find this download. The Insert picture description here
download is complete, and the rest of the installation steps are the same as those of Java8, refer to: Java8 installation process . The Java installation path can be changed during the installation process, and it does not necessarily need to be set on the C drive. (I didn't set the JDK on the C drive) After the installation is complete, we need to configure the Java environment variables, which is to copy the absolute path of the directory where the Java.exe program is located, and then paste it into the environment variables, as shown below:
Insert picture description here
Insert picture description here
Insert picture description here
Then, we enter in the command line to java -versiontest whether the Java configuration is successful, as shown in the figure below:
Insert picture description here
The version information of Java is displayed, indicating that the configuration is successful!
I wish you all a smooth installation and configuration of Java! The installation and configuration of Java is shared here.
Finally, thank you all for coming to watch my article. There may be many improprieties in the article, and I hope to point out He Haihan.

Guess you like

Origin blog.csdn.net/weixin_43408020/article/details/113899673
Recommended