Original: http://blog.csdn.net/dylan619/article/details/46839941
The original eclipse3.7 installed too many plug-ins, m2e how also installed unsuccessful, so today re-download eclipse4.2, and install the relevant plug-in.
Download the pure version of Eclipse (Eclipse IDE for Java developers) from the official website (http://www.eclipse.org/downloads/) and install it.
1: Install the Java EE
Online about the latest version of the Java EE plugin installation information is too small, I follow the previous installation method of Eclipse.
Open "help--Install New software" on the navigation bar of Ecplise, click the drop-down arrow of work with:
Select Juno-http://download.eclipse.org/releases/juno in the information that appears,
Eclipse will then automatically load information from the Web, choosing Web,xml,java EE and OSGi Enterprise development,
Many of this option can not be checked, such as PHP,OSGI, and so on, they can be removed according to their own needs, if not clear which do not need to remove.
Once checked, click Next next to complete.
2:maven plug-in M2E
Open "help--Install New Software-->add" on the Ecplise navigation bar,
Name M2e,url:http://download.eclipse.org/technology/m2e/releases
Then click Next to complete the next step.
3:maven-svn
After the Maven plugin is installed, right-click on the "Import" option pop-up window in the Ecplise Project list area.
Select "Maven--Check out maven Projects from SCM", in the switch window, there is an "SCM URL" in the name of the input box,
The type of source control tool used to specify the project, such as CVS, SVN, or git, since we have not installed the MAVEN-SVN plugin,
The tool type list is empty and we are not yet able to download the source code in this way, and now start installing the plugin
It's still "help--and Install New software" on the Ecplise navigation bar.
Name: maven-svn url "Http://community.polarion.com/projects/subversive/download/integrations/update-site",
There are two plugins in the plugin list, we choose the SVN plugin, and then the next step is to install it.
2,3 plug-in installation turn from: http://blog.csdn.net/dream8062/article/details/8263121
4:svn
After each plugin is installed, you will be asked if you want to restart Eclipse, and when the 3 is installed, restarting eclipse,eclipse4.2 automatically pops up the Install Connectors window.
It's about SVN's connector installation, my local SVN is 1.6.5, so I chose SVN kit 1.3.8 to install it.
5:hibernate
Open "help--Install New software" on the Ecplise navigation bar,
Name: hibernate,url:http://download.jboss.org/jbosstools/updates/stable/juno/
In the options that are loaded, select JBoss Data Services. Then the next step is to install it.
6:drools
Open "help--Install New software" on the Ecplise navigation bar,
Name: Drools url:http://download.jboss.org/drools/release/5.5.0.final/org.drools.updatesite/
Select JBoss Drools Core in the loaded options to install it step-by-step.
7:spring
Method 1 (verified): Eclipse---help-----eclipse Marketplace----Enter spring----and then click Find----Find the Spring IDE----install
Method 2 (not verified): Eclipse--help----Install new software----in work with bar input: Http://springide.org/updatesite
How to view the association (dependency) between spring's beans in eclipse:
After installing the Spring IDE First, right-click the project:
(1), Bring up Spring Explorer: Eclipse----Window----show View----Other (Input Spring Explorer)---OK
(2), select item-----Right-click-----Spring Tools----Add Spring Project Nature
(3), after the 2nd step, view Spring Explorer The project will appear at this time:
The eclipse----Spring Explorer----Right-click the project---Properties----Spring----Bean support--config Files---add--- Select the bean.xml files----Click OK
(4), Optional: Spring---Dependency Manager can select Automatically update dependences from Maven pom.xml.
(5), Spring Explorer-----Find the bean.xml you want to see----right-click---Open Dependency graph to see dependent relationships
7 Plugin Reference: http://blog.csdn.net/chenyechao/article/details/7881336
8:scala
Go to the Scala website to find the Scala plugin URLs that should be installed for the Eclipse version. Juno has two Scala versions to install, and I chose http://download.scala-ide.org/sdk/e38/scala210/dev/site/.
Open "help--Install New software" on the Ecplise navigation bar,
Name, scala,url:http://download.scala-ide.org/sdk/e38/scala210/dev/site/.
Check all the add-ons and install them step-by-step.
9:android ADT:
Open "help--Install New software" on the Ecplise navigation bar,
Name: Adt-plugin url:https://dl-ssl.google.com/android/eclipse/
With developer Tools, you can install it one step at a.
Before ADT installation, you need to download ADK and set environment variables to add in Pash: The path of the SDK file/ADK folder name/platform-tools (eg: my is D:\android-sdks\platform-tools)
After installing ADT to restart Eclipse, Window---preferences---Android and set the SDK location as the path to your local SDK.
"Reprint" Eclipse plugin Installation