At the moment I am invoking the equinox OSGi system using:
java -jar org.eclipse.osgi_3.2.0.jar -console
Framework shutdowns immediately when I can exit from it which is normal.
However, I want to keep the Framework run indefinitely.
What can be the best way for doing so? and I know I can start equinox framework programmatically.