Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The most important plugin to install is the Mevenide which allows Eclipse to build a project with Maven.Image Removed

Select Help->Software Updates->Find and Install...
You will see the following
Image Added

Select 'Next>'
In the following dialog, enter "MevenIde" for Name.
In the Location field enter http://mevenide.codehaus.org/release/eclipse/update/site.xmlImage Added

Image Added

Confirm with 'OK'
In the following dialog, select the latest versions of Mave and Mavenide.

Note

The Mevenide plugin requires the Maven plugin to be installed.

Image Added

Click on 'Next>'

You will have to agree to the following Trems and Conditions before the plugins can be installed

Image Added

Eclipse wil then download the plugins you selected. You will be asked to confirm the installation.

Image Added

Once the installation is complete, you have to restart the workbench. Confirm the following dialog with 'Yes'

Image Added

Congratulations ! You have successfully installed Eclipse and a first plugin.

Installing other plugins

One of the strengths of the Eclipse IDE is its extensibility. There are many plugins available. Just google "eclipse + your favourite keyword" to see what's out there. Installation of additional plugins is straightforward once you mastered the previous section.
Some potentially interesting plugins:
Mevenide: http://mevenide.codehaus.org/mevenide-ui-eclipse/update/index.htmlImage Added
Jython: http://home.tiscali.be/redrobin/jython/Image Added

Tip

Jython is the Java implementation of Python, a popular and powerful scripting language with a large community. Two good starting points for more information are http://www.jython.orgImage Added http://www.python.orgImage Added

C/C++: http://www.eclipse.org/cdt/Image Added

Tip

CDT 3.0 - M5 has much improved functionality over CDT 2.x