Eclipse EE download installation and configuration
First, download
Download Link: http://www.eclipse.org/downloads/eclipse-packages/
1. Download the eclipse IDE for Java EE developers Windows by entering the Eclipse website
2. Click the "Download" button
3, wait a few seconds before the download window will pop up, if not pop-up, you click here to download
4. Download complete
Second, installation and configuration
1, Eclipse is a green file, do not install, directly decompression can be used. Wait until the file is extracted as shown in.
2, you can send the eclipse file to the desktop shortcut, convenient for later use open.
3, open eclipse, you need to select a workspace, where you can set up your own workspace, click "Launch" to launch eclipse
4. Configuration
(1) First select the "Windows->preferences->general->appearance->colors and fonts-basic->text Font" option, double-click or click on the right " Edit button to set your own code font size;
(2) then select "windows->preferences->java->installed jres" option, if the JRE is selected, click the Remove button
(3) Click "Add" button to add
(4) Select Standard VM and click "Next" button
(5) Click Directory and select download and install the JDK directory. Then click Finish to finish.
(6) Select the jdk-10.0.2 you added, then click on the "Apply" button.
(7) finally select "Windows->preferences->java->installed jres->execution environments" option, first select "JavaSE-10" on the left, Then select "Jdk10.0.2[perfect Match" on the right.
5, integrated Tomcat server, select Servers, and then click No servers is available. Click this link to create a new server ...
6, My Computer installed is tomcat9, so here I use is also tomcat9. Select Tomcat v9.0 Server, and then click the next> button
7, if you need to publish the project, click on the left side of the item added to the right, if not required, then directly click the "Finish" button to complete.
8, complete as shown.
Eclipse EE download installation and configuration