JDK products are developed for Java, used in the Linux system is more extensive, but there are a lot of users to apply the JDK to the Windows system, but do not know how to operate settings, there are many tutorials on the Web although there are many tutorial settings, but the installation of configuration failed, Here the small part of the introduction through a few steps simple setup can be completed. The following small series mainly describes the configuration and debugging of JDK environment skills under the WINDOWS7 system.
1, download JDK, if your computer is 32 bits, download 32 jdk, is 64 bit on the download 64 jdk. Set up to start configuring environment variables;
2, right click "Computer"--"properties"--"Advanced system settings";
3, "Advanced"-"Environment variables";
4, click "New", will pop up "new system variable" box, and then the variable name "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 point "new", new system variable, variable name "CLASSPATH", variable is ".; %java_home%lib;%java_homelibtools.jar ";
6, the first one is "." Point that represents the current path, that is, looking for a class under the current path, followed by the path to the jar file in the installed JDK, in the middle using ";" separated by semicolons.
Win7 32-bit flagship configuration and debugging JDK environment skills to share here, there is a need for users to refer to the above-mentioned small series of methods to solve.