On Tuesday 10 April 2007 06:52, asaf.lahav wrote: > Can anyone provide information on how to install/uninstall start/stop new > bundles from code?
Look into the R4 Core specification. If you search for "installBundle" you will find numerous references to it, explaining what you need to know. You are probably also interested in the updateBundle as well. Same advice. Bundle and BundleContext are the essentials, but be careful about holding onto Bundle instances since you easily create memory leaks as other bundles (e.g. Console) are uninstalling bundles. Cheers Niclas