Eclipse RCP standalone export problem with Groovy scripts
Posted
by geejay
on Stack Overflow
See other posts from Stack Overflow
or by geejay
Published on 2010-05-18T15:58:44Z
Indexed on
2010/05/18
16:01 UTC
Read the original article
Hit count: 258
I am trying to export a standalone RCP app using Eclipse 3.5.2.
The app has a main pure Java plug-in, and a Java / Groovy plug-in that is used by the main plug-in.
When I export the main RCP plug-in using the "Export Wizard", I get compiler errors saying that the Groovy classes cannot be found, e.g
ERROR in C:\mysrc\src\ch\calcs\providers\CalcProvider.java (at line 8)
import ch.calcs.ArgSet;
This plug-in works fine when run from within Eclipse.
Any ideas?
© Stack Overflow or respective owner