Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Defining another Project as support for a RCP-Application
Defining another Project as support for a RCP-Application [message #449113] Wed, 10 May 2006 11:14 Go to next message
Eclipse UserFriend
Originally posted by: alfredods.web.de

Hello,

I'm newbie developing Eclipse-RCP Applications. I create a Plug-In Project where my RCP-Application reside. I want to have some other support projects, for example where all my classes from the model resides. Till now I have create everything in just one, but this is too much. How can I define another Project and use the objects from this support project inside my Plug-in Project?

Best Regards

Alfredo
Re: Defining another Project as support for a RCP-Application [message #449234 is a reply to message #449113] Thu, 11 May 2006 06:40 Go to previous message
Eclipse UserFriend
Best thing to do would be to create a separate plugin for your libraries, and then add your plugin as a dependency to the RCP-Application one. That way, the classpath and dependency will all be set up, and you should see the classes in the RCP-Application project.

You may also need to declare which packages are exported from your library plugin if you want to include/exclude specific packages.

Alex.
Previous Topic:[How to] export a plugin with project specific compiler setting (JDK Compliance)
Next Topic:Starting to write RCP applications
Goto Forum:
  


Current Time: Sat Aug 30 23:14:53 EDT 2025

Powered by FUDForum. Page generated in 0.03613 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top