Skip to main content



      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 04:42 Go to next message
Eclipse UserFriend
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 08:44 Go to previous message
Eclipse UserFriend
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: Sat Aug 30 19:06:28 EDT 2025

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

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

Back to the top