Regarding organizing classes and projects for a RCP Application [message #448979] |
Mon, 08 May 2006 09:41  |
Eclipse User |
|
|
|
Greetings.
This question might have an obvious answer but so far I am a little
confused. I have several plugins for an RCP Application. Now, there is
a lot of code that is common to all these plugins, and which I don't
want to be part of the RCP application as I might need to use it in
later projects that do not use Eclipse (Basically, singleton classes
with no GUI interface that provide diverse functionality and their
helper classes).
I want to create a separate simple java project to store all these
classes. However, I get stuck when trying to import them back into the
RCP project. What is the right way to do so? Everytime I try to run
the RCP app, the classes on the simple java project are not available,
even when I put them as requirements for compilation on the properties /
projects in classpath on the plugin project.
I guess the right way would be that a "core" plugin imports all of these
separate classes, right? but how do I set up that?
What am I doing wrong?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03525 seconds