Many people know that they want to use Eclipse for Java development, but many novice friends don't know how to download and install eclipse.
Here's how to download and install Eclipse for your own learning or project development.
Method/Step
1
Enter the official website eclipse.org, click Donwload to enter the download page. The download on the two graphs in the following figure are available on the download page:
2
Select the for Java EE developers version below and also note the following: Choose 64-bit and 32-bit versions of your system version to download:
3
After downloading, you will get a zip file, unzip the file to any directory on your computer, and then open the directory, which has a Eclipse.exe file, and double-click the file to start your eclipse:
4
Here you see is a Chinese after eclipse, of course, the first start-up, is all English, for the people's use of habits, I'll show you how to download and install the eclipse of the Simplified Chinese language pack. Or on the Eclipse official website, download "http://www.eclipse.org/babel/", which is clicked download. The address in the browser, if you are novice, directly from the official website homepage, it is difficult to find the Language Pack download page.
5
Download Language Packs Please select the appropriate language pack according to your eclipse version. View Eclipse version: Open the Help menu, click About Eclipse, and in the pop-up dialog box, find your Eclipse version identification. As shown in the figure:
6
In the Language Pack download page, click on the corresponding version of the download link:
7
As shown in the following figure, the Simplified Chinese Language pack: You can download one, you can download all, they correspond to eclipse's overall and each functional modules as well as some other plug-ins of the Chinese. It's best to download it all.
8
Unzip your downloaded zip file and get a folder called Eclipse, which contains two folders: Features and plugins, copying features and plugins to your Eclipse program directory, overwriting the original program file:
9
Start using your eclipse, double-click the Eclipse.exe file, and start your eclipse. The program will display a Workspace dialog box, workspace to store your project files, you can use the program default, click OK, you can also select a folder to store your files, then click Browse, reassign your project files stored in the directory:
10
Into Eclipse. Open File | new | Create a new Java project, and then fill in the name of your project in the column name:
11
Create a Java class: Under the File menu, open "new", open "new class", there are two places to fill, one is to select the source folder, is just you created the Hello World project, click Browse, select the Hello World Project SRC, OK. The second is the class name, enter the name of your class, click Finish:
12
This completes the Eclipse installation test for one Chinese version. You can start your eclipse trip.