Reputation: 29517
I installed the Groovy-Eclipse plugin for my Eclipse (Kepler) IDE.
When I go to Windows >> Preferences >> Groovy >> Compiler
, I see:
Notice the two "Switch to..." buttons that currently give me the option of switching the Groovy compiler to the 1.8.6 or 2.0.7 version.
My question: how do I add a new "Switch to..." button for the the 2.3.3 Groovy compiler?
Upvotes: 2
Views: 7203
Reputation: 266
It looks like this was answered in an edit to your other question's answer How to change Eclipse-Groovy plugin Groovy libraries?
For your version of eclipse you can add this update site if you don't already have it http://dist.springsource.org/release/GRECLIPSE/e4.3/
Then install the Groovy Compiler 2.3 Feature
Upvotes: 3