Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Runtime dependency from non-plugin-project
Runtime dependency from non-plugin-project [message #546812] Wed, 14 July 2010 09:59 Go to next message
Philipp Leusmann is currently offline Philipp LeusmannFriend
Messages: 36
Registered: July 2009
Member
Hi,

during development-time I want to reference a plain java project from my
RAP project in eclipse. For compile-time this seems to work with adding
a normal project-reference, but how can I add the project to the
classpath for the OSGi launcher?

Is this possible or do i need to create a jar and add it to the
classpath in the manifest?

Regards,
Philipp
Re: Runtime dependency from non-plugin-project [message #546943 is a reply to message #546812] Wed, 14 July 2010 16:59 Go to previous message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Philipp,

you will need to convert the Java project into a plug-in project. In
case you are dealing with a plain Java library, you will need to wrap it
into a bundle (plug-in).
When working with RAP, make sure that you understand the underlying
technologies [1].

HTH
Rüdiger

[1] http://www.eclipse.org/rap/documentation/#resources

On 14.07.2010 11:59, Philipp Leusmann wrote:
> Hi,
>
> during development-time I want to reference a plain java project from my
> RAP project in eclipse. For compile-time this seems to work with adding
> a normal project-reference, but how can I add the project to the
> classpath for the OSGi launcher?
>
> Is this possible or do i need to create a jar and add it to the
> classpath in the manifest?
>
> Regards,
> Philipp
Previous Topic:How to declare depend on an extension point?
Next Topic:Unable to decide wether to show exit confirmation
Goto Forum:
  


Current Time: Fri Apr 26 02:29:25 GMT 2024

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

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

Back to the top