How to use groovy inside a Eclipse RCP project?
I have a Eclipse RCP project, and I want to use Groovy inside it. what I try to do is : 1) add "Groovy Nature" 2) create Groovy files under the "src" folder 3) call the groovy class from the "View"'s createPartControl() method. But I got the “java.lang.ClassNotFoundException: fly.island.jface.Test”, and the "fly.island.jface.Test" is a groovy class. What should I do to use groovy inside the Eclipse RCP project? Use the latest version of Groovy-Eclipse 2.1.0 (or one of the dev builds). Update site is here: http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.6/ Additionally,