Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » How to install and start bundle from directory ?
icon5.gif  How to install and start bundle from directory ? [message #547287] Fri, 16 July 2010 08:14
Rustam  is currently offline Rustam Friend
Messages: 20
Registered: January 2010
Junior Member
Hi,

Could you please help me. I'm trying to install and start bundle from directory in this way:
Bundle bundle = bundleContext.installBundle( "reference:file:D:/Workspace/XXX/rustam.gaifiev.mybundle/");
bundle.start();


and I get ClassNotFoundException that my Activator class is not exists but when I start this bundle via Eclipse then. it's ok, no problem. Could you please explain me how can I start bundle manually from directory.

Thanks !
Previous Topic:Problem with eclipse mirror
Next Topic:How to get Bundle by package name ?
Goto Forum:
  


Current Time: Thu Apr 25 23:03:12 GMT 2024

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

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

Back to the top