Eclipse's internal manual
First, install Eclipse:
Install the J2SDK development environment.
J2SDK is the foundation of Java technology. Any development Java related tools need it, you can plant suitable JDKs on http://java.sun.com.
After installing J2SDK, you can set the JRE used by Eclipse. How to set the configuration Tomcat plugin section.
Install Eclipse:
Take Windows 2000 as an example, extract the Eclipse-sdk-2.1-Win32.zip file to the root directory of a hard disk. If it is a D: disk, the installation directory will be d: / eclipse.
Install the plugin 1: Tomcat plugin.
Unzip file TomcatPluginv21.zip to Eclipse's plugin directory $ {Eclipse_home} / plugins.
Configuring the plugin: You can get the use of configuration methods from readme.html from decompression files. Here is a brief explanation, first set Tomcat_home, select the WINDOW menu for Eclipse to select the following screen, select Tomcat and set the position of Tomcat_home.
Selecting the JVM Setting under Tomcat in the above figure, see the figure below, you can set the J2SDK used by Tomcat.
Set the J2SDK used by Eclipse. The install jres in Java in the above figure is as shown below, you can also add other J2SDK to the Eclipse system.
The operation of the Tomcat's Start, RESTART, and STOP icons are displayed in the toolbar: Open the Customize Perspective in the Eclipse's Window menu to build the following picture, open the Other and select Tomcat.
Install Tomcat plugin patch (support JSP debug):
Unzip file JASPERDEBUGPATCHV4.1.24.zip Under the Tomcat's installation directory below, it is the directory $ {tomcat_home} / common / classes.