eclipse--Novice Installs Eclipse

Source: Internet
Author: User
Tags java se

First, prepare for: Install JRE and JDK.

The full name is: Java Runtime environmen and Java SE Development Kit, recommended to download directly in a certain degree of software center, pay attention to distinguish between 64-bit and 32-bit.

When downloading, it is recommended that you do not need to modify the default installation location, if you have modified it, remember this location.

Website download speed will be very slow, not recommended, obsessive-compulsive disorder and Internet users ignore this sentence, and follow this link to download:

Java Runtime environmen (official website) and Java SE Development Kit (official website), please note the distinction between computer systems and 64-bit (X64) and 32-bit (X86).

Second, the environment variable configuration.

1. Set environment variables.

Computer, right: properties, advanced system Settings->-advanced-environment variables.

2, the new system variable Java_home.

Variable name:java_home

Variable Value: Installation location, I:C:\Program Files (x86) \java\jdk1.8.0_144

3. Edit the system variable path: Locate the system variable path and click Edit.

Add after variable value:%java_home%\bin;%java_home%\jre\bin;
(If there is no semicolon, first enter the semicolon and then enter the above content)

4, new CLASSPATH variable.

Step with the 2nd step.

Variable name:CLASSPATH

Variable value: .; %java_home%\lib;%java_home%\lib\tools.jar

Attention! : the front. and;

5, check whether the configuration is successful.

Run cmd, input:java-version

No error and output the following to indicate the correct configuration.

Third, install Eclipse.

The same words: no absolute must, do not go to the official website to download the installation, official website. Because for the moment, it is necessary to find a ladder for the installation to succeed.

I am here to provide three kinds of portable green version of Eclipse for everyone to use: Indigo, Neon, Mars, extract to any location to run.

Link: http://pan.baidu.com/s/1nuHaj8l Password: dmx4. Please contact me if you fail.

eclipse--Novice Installs Eclipse

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.