Home > Java > Javagetting Started > body text

Windows system configuration Java environment

王林
Release: 2019-11-12 10:31:47
Original
4444 people have browsed it

Windows system configuration Java environment

1. Right-click My Computer and select Properties

Windows system configuration Java environment

2. After entering, select Advanced System Settings, then select Environment Variables. After opening the environment variables dialog box, click the [New] button under [System Variables] below; then enter JAVA_HOME, and the corresponding variable value is the directory where your jdk is installed

Windows system configuration Java environment

3. Click OK. Then create a new variable name: classpath; variable value: .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar, click OK

Windows system configuration Java environment

4, and then enter the system variables Find the variable named "Path" and double-click it. The new variable is %JAVA_HOME%\bin

Windows system configuration Java environment

5. After confirmation, enter "java" and "java -version" respectively. "(java -version represents the version of java you installed) and javac. If they both run normally, it means that java has been installed correctly.

Recommended tutorial: Java tutorial

The above is the detailed content of Windows system configuration Java environment. For more information, please follow other related articles on the PHP Chinese website!

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!