1, to the official website https://www.eclipse.org/downloads/eclipse-packages/Download the installation package
2. Installation
Note: When installing Ecllipse, be sure to install the JDK first, the latest version of Eclipse has automatically identified the JDK, so these do not need to be configured, ready to use.
Unzip, double-click the tar.gz package, extract the app file, drag it into the app
Double-click to open it to run.
3. Configure some common settings
▲jdk
In fact, this default has installed the package, automatic identification, but if there are specific requirements, can be specified manually, the steps are as follows:
▲ Configure workspace using UTF-8 format
▲ Search for "spelling" at the top of the left column, find the option to cancel the spell check after spelling, this depends on the individual needs
▲ Configuring Tomcat
Download Tomcat plugin, http://marketplace.eclipse.org/content/eclipse-tomcat-plugin
You can download it by dragging it to the Eclipse workspace.
The following picture shows that the installation has started:
Now it's really starting to install.
Installation Complete, restart
Watch the toolbar again and find that the Tomcat button is already available
Start configuring Tomcat
Test run, press the first button to start Tomcat
Testing on the browser
Normal operation.
Install Eclipse (Mac 10.12/jdk/tomcat) under Mac