Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How do I load multiple version of same plugin
How do I load multiple version of same plugin [message #771451] Tue, 27 December 2011 09:42 Go to next message
Thennam Pandian is currently offline Thennam PandianFriend
Messages: 1
Registered: December 2011
Junior Member
I want to load multiple version of an plugin in eclipse run time.

I have tried it by changing the plug-in name,ID and version. However it always loads the latest one.

Can anybody help me?
Re: How do I load multiple version of same plugin [message #774729 is a reply to message #771451] Wed, 04 January 2012 13:44 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

You want to load multiple versions of a plugin ... and do what with them? What usecase are you trying to solve?

If the plugin is a singleton (anything with a plugin.xml, for example) you can only load one version.

If it is not a singleton, you need to 1) get the multiple bundles installed in your running app and visible to OSGi and then 2) somehow access them or start them, probably using OSGi services.

PW


Previous Topic:Eclipse does not save changes to run configurations. Any clue?
Next Topic:Disable plugins through ini file
Goto Forum:
  


Current Time: Fri Apr 19 15:48:44 GMT 2024

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

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

Back to the top