Win7 32-bit flagship configuration and debugging JDK environment skills

  

JDK products are developed for Java, widely used in Linux systems, but there are many users who apply JDK to Windows systems, but do not know How to operate the settings, there are a lot of tutorials on the Internet, although there are a lot of tutorial settings, but the installation and configuration failed, here Xiaobian introduction can be completed through a few simple steps. The following small series mainly introduces the configuration and debugging JDK environment skills under Windows7 system.

1. Download the JDK. If your computer is 32-bit, download the 32-bit JDK and download the 64-bit JDK from 64-bit. Installed to start configuring environment variables;

2. Right click on "Computer"——“Properties”——“Advanced System Settings>;

3. “Advanced” &&quo;——“Environment Variables 

4. Click “New” to pop up the “New System Variable” box, then the variable name is “ldquo; JAVA_HOME”, the variable value is “D:javajdk1.7”. The variable value is the root path of the JDK installation path. Click “OK" 

5. Repeat the point "New”, create a new system variable, the variable name is “CLASSPATH”, the variable is “ld” ;.;%JAVA_HOME%lib;%JAVA_HOMElibtools.jar”;

6. The first one is ““.” point, which represents the current path, that is, looking for the class under the current path, followed by the installed jdk The path of the jar file in the middle is separated by a semicolon.

Win7 32-bit Ultimate configuration and debugging JDK environment skills to share here, users in need can refer to the method described in the above small series to solve.

Copyright © Windows knowledge All Rights Reserved