Home > Technology peripherals > It Industry > How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

PHPz
Release: 2023-11-10 12:17:25
forward
2845 people have browsed it

win7 is Microsoft's most classic computer operating system. Although it has been updated to win11, many users still insist on using win7. Some friends want to know where to set the win7 environment variables. Let me teach you below.

How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

Where to set win7 environment variables

1. First, find and right-click the mouse on the desktop and select [Computer] [Properties] one item to operate.

How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

#2. Then in the [Properties] interface that appears, you need to click the [Advanced System Settings] option.

How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

After this, a new page will pop up, the so-called [System Properties] interface. Find the [Environment Variables] button on this interface and click it to proceed to the next step

How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

4. A button named [New] will appear. , in this interface, there are two variable types to choose from - [User] [System] variables. Just choose the appropriate variable type according to your personal needs.

PS: To facilitate subsequent adjustments and deletions, please choose to use user variables, even on your own computer

How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

Step 5 , open the pop-up [New] window, enter [JAVA_HOME], and fill in the specific path [E:\ProgramFiles(x86)\Java\jdk1.8.0_60] (this is just an example path, please fill in your Java according to the actual situation Installation directory)

How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

#6. Then create a new variable named [classpath] again. Its format and case do not matter. The specific path is [.;%JAVA_HOME%lib;%JAVA_HOME%libtools.jar;%JAVA_HOME%jrelibrt.jar;%JAVA_HOME%libdt.jar;] (please make sure there is a dot here, this step is very important) .

How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

Next, if there is a variable name named path, please add the corresponding path after it. If it does not exist, you need to create a new variable named path and add the following path [%;JAVA_HOME%bin;%JAVA_HOME%jrebin;]

How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

8. Finally, Please open the command prompt window (DOS interface), enter the command [java -version] and press the Enter key. If the version number can be displayed successfully, congratulations, this configuration has been successfully completed!

How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings

This is the specific method of setting win7 environment variables. Users in need only need to follow the above process. Carry out each step carefully to help you Easily complete environment setup.

The above is the detailed content of How to set environment variables in Win7 system? Detailed explanation of Win7 environment variable settings. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:kuzhihao.com
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