Java development tools Eclipse download and install detailed tutorials

To learn java language programming, you must choose a powerful, easy-to-use IDE that can assist programming.

Eclipse is currently the most popular Java language development tool. Its powerful code assistance function can help developers automatically complete coding tasks such as grammar correction, text completion, code repair, API prompts, etc., saving a lot of time required for program development.

This tutorial uses Eclipse as the development tool, and its installation is described below.

(1) Eclipse is an open source project, and its official website is www.eclipse.org. Figure 1 shows the home page of the official Eclipse website.
 


Figure 1 Eclipse official website homepage


(2) Click the DOWNLOAD button from the home page to enter the page shown in Figure 2.
 


Figure 2 Jump page


(3) Click Download Packages to enter the Eclipse download page. Select the version suitable for the current system from the back of Eclipse IDE for Java EE Developers, click the 64 bit button here to download the 64 bit installation package, as shown in Figure 3.
 

Figure 3 Download Eclipse


(4) Click "64-bit" to jump to the "Choose a mirror close to you" interface. Click "Sellect Another Mioor" and select "Dalian Neusoft Institute of Information", as shown in Figure 4.
 


Figure 4 Choose a mirror close to you interface


(5) After the download is complete or the download does not start, enter the page shown below. If the download does not start, click "click here" to restart the download.
 

Figure 5 The download is complete


After the download is complete, you will get a compressed file named eclipse_java_mars_2_win32_x86_64.zip. Although Eclipse itself is written in Java language, the downloaded compressed package does not include the Java runtime environment (that is, Eclipse should be installed, JDK should be installed first), and the user needs to install the JRE separately, and specify the JRE in the environment variables of the operating system The path of the bin.

(6) The installation of Eclipse is very simple, just unzip the downloaded compressed package, and then double-click the eclipse.exe file. When Eclipse starts for the first time, it will ask the user to select a workspace (Workspace), as shown in Figure 6.
 


Figure 6 Select the Eclipse workspace


Since Eclipse is an open source project, all communities and developers can develop extensions for Eclipse. The following describes how to install the Chinese package for Eclipse.

(7) Eclipse has a sub-project, Babel, which is responsible for the multi-language package of the Eclipse program. Its official website is www.eclipse.org/babel. The home page of the Babel project after entering is shown in Figure 7.
 


Figure 7 Home page of the Babel project


(8) Click the Downloads link from the page navigation to enter the download page. Under the heading of Babel Language Pack Zips on the download page, select the hyperlink corresponding to the Eclipse version to download the language pack. The Eclipse installation file downloaded earlier is eclipse_java_mars_2_win32_x86_64.zip, so click the Mars link here, as shown in Figure 8.
 


Figure 8 Select Eclipse version


(9) A list of all currently supported languages ​​is listed on the entered language selection page, from which click the Chinese (Simplified) link to enter the download list of simplified Chinese, where there are multiple ZIP archives for different plug-ins and functions . Click the BabelLanguagePack_birt_zh_4.5.0.v20151128060001.zip link from the list to download the full version of the language pack, as shown in Figure 9.
 


Figure 9 Select Simplified Chinese language pack


(10) After downloading, you will get the BabelLanguagePack_birt_zh_4.5.0.v20151128060001.zip file, unzip it and overwrite the features directory and plugins directory with the same name in the Eclipse\drogins folder, so that the language pack will be automatically loaded next time you start Eclipse.

(11) In the workspace selection page, click the "Browse" button, put the workspace in E:\java_workspace, and then select the "Use this value as the default value and do not ask again" check box, and then click "Confirm button.

(12) Start Eclipse and enter the welcome interface of Eclipse. Select the "Help" | "About Eclipse" command, you can view the current Eclipse detailed information in the pop-up dialog box.

 

At last


If you want to learn Java, I will share some Java learning materials with you. You don’t have to waste time searching everywhere. I have compiled all the materials from Java entry to proficiency. These materials are all made by me. The latest Java learning routes compiled in the year, Java written test questions, Java interview questions, Java zero-based to proficient video courses, Java development tools, Java practice projects, Java e-books, Java study notes, PDF document tutorials, Java programmers’ experience, Java job resume templates, etc. These materials will definitely help you learn Java in the future. It is a must for every Java beginner. Please enter my Java technology qq exchange group to download by yourself . All the materials are in the group. In the file, you need to communicate and learn more with you when you go in.

Guess you like

Origin blog.csdn.net/deqing271/article/details/115252489