In Eclipse I have created RCP Plugin project.
I also created simple java project.
I've added simple java project to build path of RCP project.
So I am able to import and compile code in RCP, but when I start the RCP application, upon reaching code that uses the added java project I get exception:
java.lang.NoClassDefFoundError
How can I solve this (without creating a jar of java project and adding it as library to rcp project)?