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.
EDIT: Also tried this using a hand-crafted plug-in (JAR) from link here
Any ideas?