1. Download and install Eclipse:
Can go to the official website
http://www.eclipse.org/downloads/index.php
Download the latest version of Eclipse, the current Eclipse version 3.0.2, then decompress it (assuming E: / Eclipse).
2. Configuring the plugin commonly used by the Eclipse plugin: Lomboz (JSP, J2EE development), TomcatPlugin (Tomcat plugin), EasyStruts (Struts Development), EMF-SDO-XSD-SDK (EMF Model)
There are two ways to configure the plugin. First, it is really easy to write the plugin to the Eclipse folder. The following is mainly used to use the second method: to release all downloaded plugins to the same folder, assume that the TomcatPlipse_plugins is configured to configure the TomcatPlugins to release TomcatPlipse_plugins Under the E: / Eclipse_plugins, the organization folder is:
E: / Eclipse_plugins | - TomcatPluginv3 | - Eclipse | -plugins (New, Eclipse) automatically checks the content under Features and Plugins folders) | After that, return to the Eclipse folder, create a new links directory, in this directory, create a file Tomcat.Link (file name arbitrary), the content is:
PATH = E: / Eclipse_plugins / TomcatPluginv3 (Let Eclipse automatically check the Features or Plugins folders under TomcatPluginv3 "Open Eclipse, you can see how much Tomcat options above the menu bar. If you are unsuccessful, remove Configuration, restart Eclipse in addition to all folders of Config.ini.
E: / Eclipse | --LINKS | --- Tomcat.link (When other plugins are configured, newly constructed a corresponding link file)
Hereinafter, the plug-in download address is often used.
Chinese pack http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/l-3.0.1_translations-200409161125/nlpack-eclipse-sdk-3.0.x-win32.ziplombo http: //www.objectLearn .com /
Tomcatplugin http://www.sysdeo.com/eclipse/tomcatplugin.html
EasyStruts http://easystruts.sourceforge.net
Ve (Visual Editor), EMF, Gef Plugin http://download.eclipse.org/toOLS/VE/Downloads/drops/r-1.0.2-200412091401/index.html
Properties Editor Edit the Java properties file, and you can automatically store the unicode format http://propedit.sourceforge.jp/index_en.html Colorer Take to colors http://colorer.sourceforge.NET/ XMLBUDDY Edit XML file www.xmlbuddy.com code folding Add to multiple code folding (more than Eclipse) http://www.coffee-bytes.com/servlet/platformsupport Easy Explorer Access the selected file from EcliPse The folder where the directory is located http://easystruts.sourceforge.net/3. Configure the Eclipse environment 1. Enter the Eclipse, select the menu -> preferences Go to the icon interface
(2). Select the Tomcat in the left list box, set the Tomcat version and directory
(3). Select the left bar Java, set the JRE, create a new JRE, named JDK, select the JDK directory
(4) Go back to Tomcat, select JVM-Setting, in the JRE option, select JDK just now, select the required JAR file in the Boot Classpath below.
(5). Configure Lomboz Server, select Server Definitions under the left Lomboz, configure the following
In addition, there are some Java Code Formatter, New Java File Pattern, and more simple configuration.