Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Start Plugins on runtime like OSGI Console
Start Plugins on runtime like OSGI Console [message #86050] Wed, 04 April 2007 07:43 Go to next message
Eclipse UserFriend
Originally posted by: cyberf0x.gmx.de

Hi,

i want to start and stop plugins on runtime like i do in the osgi/equinox
console with the "start myplugin" command.

How can i do this??
Re: Start Plugins on runtime like OSGI Console [message #86068 is a reply to message #86050] Wed, 04 April 2007 08:31 Go to previous message
Eclipse UserFriend
Originally posted by: cyberf0x.gmx.de

I have the answer:

Bundle fBundle = Platform.getBundle("my.plugin");
fBundle.start();
fBundle.stop();
Previous Topic:M6 problem: Equinox app won't start with -D options
Next Topic:Bundle-BuddyPolicy vs. Eclipse-BuddyPolicy
Goto Forum:
  


Current Time: Thu Apr 25 19:23:59 GMT 2024

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

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

Back to the top