Java EE Development Environment (i) JDK

Source: Internet
Author: User

Method/Step

1. Install JDK two installation prompts will appear during installation of the installation directory. The first time is to install the JDK, and the second is to install the JRE. It is recommended that all two are installed in a different folder in the same Java folder. (cannot be installed in the Java folder root directory, JDK and JRE installed in the same folder will be error)

As shown

2.

(1) Install JDK Optional directory simply change the default installation directory \java the directory before

(2) Install jre→ change →\java before directory and install JDK directory is the same

Note: If no installation directory is required, all default settings are available. No need to make any changes, two times directly point to the next step.

3. Configure environment variables after installation of JDK computer → properties → advanced system settings → advanced → environment variables

4, system variable → new java_home variable.

Variable value fill in the JDK installation directory (e.g. E:\Java\jdk1.7.0)

5. System variable → find Path variable → edit

Enter%java_home%\bin;%java_home%\jre\bin at the end of the variable value ;

(Note that the original path has no value at the end of the variable ; Number, if not, enter it first, and then enter the code above)

6. System variables → new CLASSPATH variable

Variable values are filled in .; %java_home%\lib;%java_home%\lib\tools.jar(Note that there is a point in the front)

System Variable Configuration complete

7, check whether the configuration is successfully run cmd input java-version (there are spaces between Java and-version)

If the version information is displayed, the installation and configuration are successful.

Successful installation and configuration of the JDK

Java EE Development Environment (i) JDK

Related Article

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.