Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » access other plugins (without dependeny)
access other plugins (without dependeny) [message #87109] Sat, 21 April 2007 16:46 Go to next message
Eclipse UserFriend
Originally posted by: aliban.gmx.net

Hello,
in my eclipse RCP how can i access the API/packages of another plugin
that is not a dependency of myPlugin?

I am asking this because... I am writing a scripting engine plugin. The
script writer should have the possibility to access packages/instances
of other plugins. The scripting engine plugin development does not have
a list of all possible "other" plugins that might be from a third party.


Any idea?

Any idea:
how to do
"DynamicImport-Package: *"? Can i do this at runtime?

best regards,
Re: access other plugins (without dependeny) [message #87124 is a reply to message #87109] Mon, 23 April 2007 07:35 Go to previous message
Stefan Langer is currently offline Stefan LangerFriend
Messages: 236
Registered: July 2009
Senior Member
Write your own classloader that knows how to do this. Just remember that
this will break the module level of OSGI.

aliban schrieb:
> Hello,
> in my eclipse RCP how can i access the API/packages of another plugin
> that is not a dependency of myPlugin?
>
> I am asking this because... I am writing a scripting engine plugin. The
> script writer should have the possibility to access packages/instances
> of other plugins. The scripting engine plugin development does not have
> a list of all possible "other" plugins that might be from a third party.
>
>
> Any idea?
>
> Any idea:
> how to do
> "DynamicImport-Package: *"? Can i do this at runtime?
>
> best regards,
Previous Topic:Server-side OSGi/Equinox, Commons Logging and class loading issue
Next Topic:"foo.jsp/" in the url is treated as a resource!??
Goto Forum:
  


Current Time: Fri Apr 26 18:40:32 GMT 2024

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

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

Back to the top