This experience introduces how to install JAVA (including JDK and JRE, but does not include environment configuration).
1. According to the software name given above, search on Baidu yourself and then download it.
2. After downloading, first open the JRE installation program. After opening, you will see the "Change target folder", if your C drive does not have much space, you can check it and then select another drive. Then click "Install".
3. After clicking install, a progress bar will appear.
4. Soon, it will show that the installation is complete, and then we click Close. At this point, the JRE installation is complete
#Install JDK
1. Open the JDK installation program. After opening, you will be greeted as shown in the picture. When you see the "Next", just click on it.
2. Click "Next" and you will come to a customized function interface. We don't care about the selection of functions. Just stick to the default and change the path if necessary, but it is best to be in the same folder as the previously set path.
3. After clicking "Next", a progress bar will appear.
4. Soon, the progress bar will be loaded, and the JDK installation is completed. However, a JRE installation program will pop up, as shown in the figure. Since we have completed the installation, we can just close it. After closing, a JDK installation completion interface will appear
##
The above is the detailed content of How to install Java?. For more information, please follow other related articles on the PHP Chinese website!