Win7 32-bit flagship configuration and debugging JDK environment tips

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.