Eclipse installation (Oxygen version)
The latest eclipse Neon Eclipse, the first to encourage users to install using Eclipse Installer, is a new technology provided by the Eclipse Oomph, which provides a small installer that allows tools to be downloaded and installed on demand.
Eclipse is a Java-based extensible development platform, so you need to make sure that your PC has the JDK installed before you install eclipse.
If you find the following dialog box when you open Eclipse, your computer does not have a JDK environment installed.
JDK installation can view our Java development environment configuration.
First step: Visit the download page
As: Latest download.
Step two: Select a domestic mirror
At home, we have to choose the domestic mirror, so download speed is relatively fast.
Step Three: Select the installation package
After downloading the download package, you can see the Eclipse Installer Installer, double-click it, pop-up the installation page, you can choose a variety of different languages of the development environment (including Java, C/C + +, Java EE, PHP, etc.):
Fourth Step: Select the installation directory
Select the installation directory for the IDE:
Fifth step: Wait for the installation to complete
After selecting the installation directory, click "Install", then we wait for the installation to be completed, we can use:
Using Eclipse
Eclipse is a Java-based extensible development platform, so before installing eclipse you need to make sure that your PC is installed JDK,JDK installed to see our Java Development environment configuration.
The first time you need to set up a working environment, you can specify the working directory, or use the default C working directory, click the OK button.
To create a project: Select File--new--java Project:
Enter a project name, such as I enter Test, then click Finish
Complete the project creation, click the small icon in the red box,
Then select the test item on the left menu and right-click--new--class
Type the name of the class, such as enter test, and then click Finish
This way you can start typing code in the code box!
Eclipse installation (Oxygen version)