Reputation: 1
Recently upgraded to Eclipse 2020-12 (4.18.0) and Groovy hasn't worked since.
Upgraded Groovy with no improvement.
Now running (expanding all the "What's installed" tree)
All with version 4.0.0.v202012311505-e2009-RELEASE. However, the entry for "Eclipse JDT Core patch for Groovy" has a red '+' overlaid on its plugin icon.
Referring to the Eclipse log,
java.lang.NoClassDefFoundError: org/codehaus/jdt/groovy/integration/LanguageSupport
is being reported constantly. I'm assuming the patched JDT Core is not installed correctly but not sure what to do next.
Upvotes: 0
Views: 1630
Reputation: 11
For me I couldn't open groovy files, all I got was a blank editor pane. Initially I installed groovye-eclipse from eclipse market place.
@emilles comment was spot on. I did have an incorrect version installed. After uninstalling and adding new update site specific to my eclipse version (2020-12) it works fine. I can open and edit groovy files.
Upvotes: 1