Downloads for JDK and eclipse
- 1
We search on Baidu, directly into the official website can be downloaded.
END
Installation of the JDK
- 1
Open the JDK installation package and click Next.
- 2
The system default is the C drive, we can click to change the selection in other disks. Then click Next.
- 3
Wait for its moment ...
- 4
When prompted to install the JRE location, we can have the same location as the first one to select the JDK.
- 5
After the installation we can click Close.
END
Settings for JDK environment variables
- 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
Click Advanced, and then click Environment Variables.
- 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
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
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
then click OK. Just open the previous few pages are also click OK.
END
Verify that environment variables are set successfully
- 1
Run or search for cmd
- 2
Input Java
- 3
If such a hint appears, then it succeeds.
END
Install Eclipse
- 1
Unzip the package and click Eclipse.
- 2
We can choose to save the location.
- 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