天天看點

燃燒的遠征java(二)-開發環境:安裝Spring IDE for eclipseInstallation ¶

Installation ¶

Spring IDE is a set of Eclipse plugins packaged as a feature. This feature is hosted on a website (aka updatesite) which is accessed by Eclipse's update manager. To use Spring IDE's BeansXmlEditor the Web Standard Tools (WST) project (see below) is required.

The following instructions describe how to install Spring IDE together with GEF via Eclipse's update manager:

  1. Open Eclipse. Go to Help -> Software Updates -> Find and Install.
  2. Select "Search for new features to install". Click "Next".
  3. Click "New Remote Site". Enter "Spring IDE updatesite" for the Name and "http://springide.org/updatesite/" for the URL (Screenshot). Click "OK".
  4. You should now see a a new entry name "Spring IDE updatesite" with a mark next to it (Screenshot). Click on that and check "Spring IDE".
  5. Click on the mark next to "Eclipse.org updatesite" and check the version of GEF which is sufficient for your version of Eclipse. Click "Next".
  6. Select the features "Graphical Editing Framework" and the latest version of "Spring IDE" from the list. Click "Next".
  7. Check "I accept..." and click "Next". Select or add the appropriate site to install the features. Click "Finish".
  8. Click Install on the warning dialogs during feature verification (both features are not digitally signed).
  9. After successfully downloading and installing the features click "Yes" on the "Would you like to restart now?" dialog.

Congratulations. You have made it!

After restarting Eclipse you can check if Spring IDE is available by opening Eclipse's about dialog (Screenshot) and clicking on the Spring logo. 

原文位址:http://springide.org/project/wiki/SpringideInstall