1. Go to the official website (https://www.eclipse.org/downloads/download.php?file=/oomph/epp/oxygen/R/eclipse-inst-win64.exe) to download eclipse , My computer is a 64-bit win10, so download Eclipse-inst-win64.exe
After downloading, double click EXE file to enter the installation interface:
2. For Java Web Development, select the Eclipse IDE for Java EE Developers in the red box to install. After the installation is successful, turn on Eclipse and the interface such as:
3. Set up Tomcat
(1) Click on the menu bar window Preferences, pop-up window such as:
Then find the server, expand, click Runtime environments, for example,
(2) Click Add in the Red box on the right ..., the popup window is as follows:
This computer is loaded with TOMCAT9, so choose Apache Tomcat v9.0, click Next, enter the following interface
(3) After setting up, click Finish to enter
Then click Apply and Close, and Tomcat is set.
Install Eclipse, configure Tomcat