Hi, Am Mittwoch, den 08.06.2011, 17:12 +0200 schrieb Eugen Reiswich: > Hi folks, > > I need to restart an OSGi application programmatically in Java. How can I do > this?
AFAICT the "official" way is to call Bundle.update() on the system bundle. BUT: This requires support from the framework launcher. For example the Apache Sling Launchpad supports launching the Apache Felix framework in this way. I would assume the Eclipse launcher does the same for eclipse. Regards Felix _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
