Home > Java > Javagetting Started > body text

java installation steps

王林
Release: 2019-11-09 17:25:06
Original
41363 people have browsed it

java installation steps

1. Download and install jdk

java installation steps

2. Right-click the mouse to open my computer and find "Properties"

java installation steps

3. After opening the properties, find "Advanced", find the "Environment Variables" below and open

java installation steps

4. In the environment In the variables, there are two places to modify. One is to add JAVA_HOME. You can choose "New", fill in JAVA_HOME for the variable name, and fill in C:\Program Files\Java\jdk1.7.0_04 for the variable value. Because during the above installation process, I defaulted to the next step to install, so I installed it on the C drive. If you changed it during the installation process, it may be the D drive or E drive. The same variable value needs to be changed accordingly

java installation steps

5. There is one more place to modify, which is Path. Add the JAVA variable value to Path, select Path, and then click "Edit" ”, add the following statement at the end; %JAVA_HOME%\bin;

java installation steps

6. Okay, the environment variables have been set, just click OK. Now start testing to see if it really works. Open the DOS window, in the "Start" in the lower left corner, enter "CMD" in "Run", open the DOS window, enter the command java -version and press Enter

java installation steps

Recommended tutorial: java tutorial

The above is the detailed content of java installation steps. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!