My road to java learning-the construction of java environment

Not much to say, let's go directly to the installation tutorial.

Installation is mainly divided into JDK installation , environment variable configuration, and integrated development environment dea installation

File information:
link: https://pan.baidu.com/s/1VBnWTPei82iQxi07tsSlZg
extraction code: sr80

JDK installation

Insert picture description here
Point to open on the map software (Note! To run as administrator )
Insert picture description here
Click Next.
Insert picture description here
Change the installation path.
Insert picture description here
Click next to install jre

Insert picture description here
Change the installation path
Insert picture description here
and click Close to complete the installation

Change environment variables

Then the next step is to change the environment variables.
Insert picture description here
Right-click this computer and click Properties .

Insert picture description here
Click Advanced system settings.

Insert picture description here
Click to Advanced -> Environment Variables
Insert picture description here
Insert picture description here

Create a new environment variable JAVA_HOME, enter your jdk installation path

Insert picture description here
Then add these two variables to the Path environment variable, and then always confirm it.
Insert picture description here
Then enter the java -version test version in DOS (the above shows the successful installation)

Installation of integrated compilation environment

Insert picture description here
Click on this installation package (run as an administrator)

Insert picture description here
Click next

Insert picture description here
Similarly, first change the installation path, then next, and then until install

Then it is installed.

references

[1]张含.和讯数智.java基础

Guess you like

Origin blog.csdn.net/shenmingxueIT/article/details/108555541