Java – groovy version 2.4.0 for eclipse two
How to create a groovy project in eclipse and use a custom groovy library?
I'm new to groovy and I'm confused about how to use it in eclipse
I installed the groovy plug-in into eclipse, and each time I created a project, I used version 2.3.0 of the groovy library seven
I downloaded groovy SDK version 2.4 2 and wanted to use it with my eclipse, but when I tried to add a new groovy library, I couldn't seem to do that and didn't respond
Solution
Eclipse's groovy - plugin comes with its own groovy compiler Cannot add your own regular compiler
Groovy Eclipse Plug-in 2.9 Version 1 does not contain 2.4 X compiler In version 2.9 2 includes compiler 2.4 x. To install it, use update site http://dist.springsource.org/snapshot/GRECLIPSE/e4.4/. I tried and worked on it (there was an error correction: https://github.com/groovy/groovy-eclipse/issues/112 )