Groovy-Eclipse is the set of Eclipse plugins that provide Eclipse support for Groovy projects.
The latest Groovy-Eclipse release is available from the following Eclipse update sites. To install, point your Eclipse update manager to the update site appropriate for your Eclipse version.
For Eclipse 4.2 (Snapshot builds only):
http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e4.2/
For Eclipse 3.7:
http://dist.springsource.org/release/GRECLIPSE/e3.7/
For Eclipse 3.6:
http://dist.springsource.org/release/GRECLIPSE/e3.6/
For Eclipse 3.5:
http://dist.springsource.org/release/GRECLIPSE/e3.5/
For Eclipse 3.4.2 (development build only and not really recommended except for the poor souls who are stuck using Eclipse 3.4):
http://ci.repository.codehaus.org/greclipse/snapshot/e34/
Or, you can choose to install a development build, see below for more update sites. In general, our development builds are quite stable. A development build is not published unless all unit tests pass.
| Groovy-Eclipse moves to git The source repository for Groovy-Eclipse is now located at Github. Feel free to fork and send pull requests! (May 4, 2012) |
| Groovy-Eclipse 2.6.1 Released! We have implemented some more quick fixes with this release, added per-project support for script folders, and as usual we have enhanced our type inferencing. See all the details: Groovy-Eclipse 2.6.1 New and Noteworthy. (March 5, 2012) |
| Groovy-Eclipse now available on Eclipse 4.2 Use the following update site: |
| Groovy-Eclipse wins Eclipse Community Award!
|
Groovy-Eclipse allows you to edit, compile, run, and debug Groovy scripts and classes from the Eclipse SDK.

Groovy-Eclipse has won Top open source development tool at EclipseCon 2010. (March 27, 2010)
Read about the goals, approach, and implementation of Groovy-Eclipse v2 here.
See what's new in the latest release at Groovy-Eclipse 2.5.1 New and Noteworthy.
For information about prior releases, see here:
Groovy-Eclipse Plugin v2 supports Eclipse versions 4.2.x, 3.7.x, 3.6.x, 3.5.x, and 3.4.2. Groovy-Eclipse for Eclipse 3.6 and earlier are no longer directly supported, but the builds are still available.
By default, Groovy-Eclipse comes with a 1.8 and 1.7 Groovy compiler. A Groovy 2,0 compiler can optionally be installed from the Groovy update site. See Compiler Switching within Groovy-Eclipse for more information.
Milestone and development builds are also available. A milestone build is a relatively stable build, released at the completion of a project milestone. Development builds are are published more frequently, and contain more new features and fixes. Published development build have passed unit tests, but may be less stable than milestone builds.
We occasionally release milestone builds of upcoming releases. These are meant for users who want to have access to the most recent features and who are willing to give us feedback on them.
Groovy-Eclipse milestone and release candidate builds are available for Eclipse 3.6 at:
http://dist.springsource.org/milestone/GRECLIPSE/e3.6/
And for Eclipse 3.5 at:
http://dist.springsource.org/milestone/GRECLIPSE/e3.5/
Please note that these builds are temporary and are typically removed after the final release has been made public.
Development builds for Eclipse 3.7 are at:
http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.7/
Development builds for Eclipse 3.6 are at:
http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.6/
Development builds for Eclipse 3.5 are at:
http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.5/
Development builds for Eclipse 3.4 are at (no longer supported):
http://ci.repository.codehaus.org/greclipse/snapshot/e34/
Please note that these builds may not be as stable as milestone or release builds, but they often contain features not yet available on release builds. Since all development builds pass our test suite, we can be fairly sure that these builds are always usable.
Archived snapshots of the plugin are available at:
http://ci.repository.codehaus.org/greclipse/snapshot/e37/old/
http://ci.repository.codehaus.org/greclipse/snapshot/e36/old/
http://ci.repository.codehaus.org/greclipse/snapshot/e35/old/
There is also a zip of Groovy-Eclipse V2.0.0 available to download.
These zip files are the compressed version of the update site. They are not plugins that you can just drop into your eclipse installation. Here's how to install an archive:
Important: Groovy-Eclipse will not install on versions of Eclipse that are not explicitly supported because a specific version of the JDT feature is required. See Groovy-Eclipse FAQ for more information.
This section has brief instructions for getting started with Groovy-Eclipse v2. The instructions assume familiarity with Eclipse. Users new to Eclipse, may wish to follow the links to tutorials, which illustrate and provide novice level instructions for installing and using the plugin.
Start with a compatible version of Eclipse (available from http://eclipse.org/downloads. Since Groovy-Eclipse relies on Eclipse's Java tooling (the JDT), almost any flavor of Eclipse that includes the JDT will be compatible. This includes the Java IDE, Classic, RCP, JavaEE, etc. Flavors such as Eclipse for PHP developers are not compatible because it does not include the JDT> If you are interested in Grails tooling, then you must install the SpringSource Tool Suite.
Once you have a compatible Eclipse installed, then follow these directions to install Groovy-Eclipse:
For step-by-step installation instructions, see the Install Groovy-Eclipse Plugin tutorial.
To create a basic Groovy project in Eclipse perform the following steps:

You should have a src folder and several libraries. A bin folder is also created, but is hidden.
You can create a Groovy classes or test cases using wizards similar to the Eclipse's Java class and JUnit test case wizards. Use the options on the File > New menu or press CTRL-N.
For step-by-step instructions, see the Create Your First Groovy Project tutorial.
Use the resources listed below to learn about Groovy-Eclipse Plugin v2 and keep abreast of project status and milestones.
See the Eclipse Plugin FAQ.
The first two of a series of tutorials on using Groovy-Eclipse Plugins v2 are available.
Join Groovy-Eclipse mailing lists to find answers, ask questions, and contribute to discussions about v2 of the plugin.
http://xircles.codehaus.org/lists/eclipse-plugin-user@groovy.codehaus.org.http://xircles.codehaus.org/lists/eclipse-plugin-dev@groovy.codehaus.org.http://jira.codehaus.org/browse/GRECLIPSE.For a detailed and reasonably up to date information on how to check out Groovy-Eclipse from Subversion, see Getting Started With Groovy-Eclipse Source Code.
The summary:
http://svn.codehaus.org/groovy/eclipse/trunk/. If you are new to Subversion, see Subversion home page.You can browse or enter new issues on the GRECLIPSE project on the jira server.