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 or drag and drop the marketplace icon into your Eclipse installation.
| Eclipse level | Release update site | |
|---|---|---|
4.3 (Kepler)
|
Kepler-based builds are still snapshots. We are providing early access for those people who want to try it out. |
|
| 4.2 and 3.8 (Juno) | |
|
| 3.7 (Indigo) | |
|
| 3.6 (Helios) | | |
| 3.5 (Galileo) | |
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.
The install directory must be writable by the current user. Groovy-Eclipse cannot be installed into a shared install. This includes protected directories on windows like |
| Eclipse Kepler support Groovy-Eclipse now has snapshot builds targeting Eclipse 4.3 (Kepler). For now, we are using an old JDT and installing Groovy-Eclipse into Eclipse Kepler will downgrade your JDT to the Juno version. This will change as we put out more complete snapshots. Use the snapshot update site to install: |
| Groovy 2.1 support Groovy-Eclipse now supports Groovy 2.1. Install from the development snapshot update site in the Extra compilers section of the update site. Support for |
| Groovy-Eclipse 2.7.2 Released! This service refresh of Groovy-Eclipse provides significant improvements with the |
Groovy-Eclipse allows you to edit, compile, run, and debug Groovy scripts and classes from the Eclipse SDK.

Groovy-Eclipse is the top open source development tool at EclipseCon 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.7.2 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 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 at:
| Eclipse level | Milestone update site |
|---|---|
| 4.2 / 3.8 (Juno) | http://dist.springsource.org/milestone/GRECLIPSE/e4.2/ |
| 3.7 (Indigo) | http://dist.springsource.org/milestone/GRECLIPSE/e3.7/ |
| 3.6 (Helios) | http://dist.springsource.org/milestone/GRECLIPSE/e3.6/ |
| 3.5 (Galileo) | 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.
Use one of these update sites to install the latest and greatest Groovy-Eclipse. Development builds tend to be quite stable (they are not released unless all tests pass) and so if you are having any difficulty with your current install, then it is recommended to update to the latest dev build. To install, paste the appropriate update site below into your Eclipse update manager, select the artifacts to install and follow the instructions.
| Eclipse level | Development update site |
|---|---|
| 4.3 (Kepler) | http://dist.springsource.org/snapshot/GRECLIPSE/e4.3/ |
| 4.2 / 3.8 (Juno) | http://dist.springsource.org/snapshot/GRECLIPSE/e4.2/ |
| 3.7 (Indigo) | |
| 3.6 (Helios) | http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.6/ |
| 3.5 (Galileo) | http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.5/ |
Although these builds may not be as stable as milestone or release builds, they pass our suite of unit and integration tests. These builds are typically usable, and if there is a problem it is often fixed quickly.
If you want to use a local update site instead or you cannot access the update site because of a firewall then you can download an archive of the update site:
| Eclipse level | Development update site zip |
|---|---|
| 4.2 (Kepler) | http://dist.springsource.org/snapshot/GRECLIPSE/e4.3/index.html |
| 4.2 / 3.8 (Juno) | http://dist.springsource.org/snapshot/GRECLIPSE/e4.2/index.html |
| 3.7 (Indigo) | |
| 3.6 (Helios) |
|
| 3.5 (Galileo) | http://ci.repository.codehaus.org/greclipse/snapshot/e35/old |
There is also an ancient zip of Groovy-Eclipse V2.0.0 for Eclipse 3.5 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:
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 track 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.