Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Installing Eclipse and

...

plug-ins to work with org.lcsim

Info
titleAdditional PluginsPlug-ins

Eclipse is written in Java, but supports also C/C++ and Jython editing. Even a Fortran plugin plug-in exists. See bottom of page for links

First you have to download Eclipse and install it. Go to http://eclipse.org/downloads/index.phpImage Removed and download version 3.1
Extract the archive to a location of your choice and start eclipse.

Installing

...

plug-ins

Note

The following instruction are still correct, but the Maven 2 plug-in is much easier to install and provides a better experience overall, so the recommended course of action is to skip installation of Mevenide, proceed to checking out the project from cvs and use the Maven 2 plug-in instead.

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

...

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

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

Note

The Mevenide plugin plug-in requires the Maven plugin plug-in to be installed.

Click on 'Next>'

...

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 Removed
Jython: http://home.tiscali.be/redrobin/jython/Image Removed

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 Removedhttp://www.python.orgImage Removed

C/C++: http://www.eclipse.org/cdt/Image Removed
Fortran: http://www.eclipse.org/proposals/eclipse-photran/index.htmlImage Removed

Classpaths using Maven

...