There currently is no way to configure the launcher to add a shutdown hook
to stop the framework properly on Ctrl-C or KILL. I suspect you could add
your own shutdown hook from one of your bundles to do this though.
There are complications when trying to execute long running operations in
shutdow
Hello All,
I run equinox with eclipse launcher on linux.
I'd like to stop it correctly (= stop OSGi framework with system bundle
stop)
I've found several ways how to do it:
1. with equinox console (telnet) - call "close" or "stop 0" commands
2. with OSGi Enterprise JMX API - install JMX Impl, co