Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Adding plugins to the classpath at runtime
Adding plugins to the classpath at runtime [message #543042] Mon, 28 June 2010 09:32
Victor Noël is currently offline Victor NoëlFriend
Messages: 60
Registered: April 2010
Member
Hello,

I am facing a peculiar problem when developing a plugin.

The idea is the following:
I am writing a plugin contributing to the popup menu, and the action executed need to rely on the classpath of the target project on which it is executed.

So, is it possible to tell somehow that when the action is executed to add the target project on which it is run in the action's classpath?

An important thing is that I don' t want this target project to be a plugin or something like that, it must be a classical Java project.

Of course, another solution where the action is executed with the target project classpath, and the plugins needed to the run it are added to the classpath (so, the other way around) is also possible, as long as from the target project point of view, there is no MANIFEST to write or things like that...

Thank you
Previous Topic:how to modify existing plugin
Next Topic:Adding plugins to the classpath at runtime
Goto Forum:
  


Current Time: Thu Apr 25 22:18:16 GMT 2024

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

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

Back to the top