Installation of JDK and Eclipse in Java

Source: Internet
Author: User

Downloads for JDK and eclipse
    1. 1

      We search on Baidu, directly into the official website can be downloaded.

      END
Installation of the JDK
    1. 1

      Open the JDK installation package and click Next.

    2. 2

      The system default is the C drive, we can click to change the selection in other disks. Then click Next.

    3. 3

      Wait for its moment ...

    4. 4

      When prompted to install the JRE location, we can have the same location as the first one to select the JDK.

    5. 5

      After the installation we can click Close.

      END
Settings for JDK environment variables
    1. 1

      It is important that you also set environment variables after the JDK is installed. We first right click on "Computer", select Properties, click Advanced System Settings.

    2. 2

      Click Advanced, and then click Environment Variables.

    3. 3

      Click New, fill in the variable name java_home, in the variable value to fill in the location of the JDK just installed, the system default installation location is C:\Program files\java\jdk1.8.0_20, if not changed directly on the line, if changed, Just fill in the modified position, for example, mine is D:\JDK.

    4. 4

      Click New, fill in the variable name classpath, fill in the variable value%java_home%\lib;%java_home%\lib\tools.jar, then click OK.

    5. 5

      Then find the path in the system variable and click Edit. This is true for most computers, if you don't click New, then add%java_home%\bin;%java_home%\jre\bin after the previous variable value.

    6. 6

      then click OK. Just open the previous few pages are also click OK.

      END
Verify that environment variables are set successfully
    1. 1

      Run or search for cmd

    2. 2

      Input Java

    3. 3

      If such a hint appears, then it succeeds.

      END
Install Eclipse
    1. 1

      Unzip the package and click Eclipse.

    2. 2

      We can choose to save the location.

    3. 3

      Then you can program it happily.

      END
Precautions
    • Note that the new environment variable is correct, it is recommended to copy and paste it directly.
    • Try not to modify the location when installing the JDK so as not to fill in the wrong.
Basic software InformationName:Eclipse size:17.03M| Version:1.0.4| System:Android Content provided by Baidu Mobile app

(RPM) Installation of JDK and Eclipse in Java

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.