I developed an OSGi bundle, which I usually test from Eclipse. Aftrer exporting the bundle, I get a bundle.jar file. I would like to be able to run the generated file from the command line. Something like:
C:\java -jar bundle.jar osgi_framework path
But, how to include the osgi framework in it? and also, how can I start the bundle immediately?