Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Autostart OSGi bundles using Equinox Launcher

Hi,

I am currently working on an equinox project and was wondering about starting the framework outside of eclipse. 

I found two solutions, the first using the commandline with "java -jar org.eclipse.osgi-3.2.2.jar" and a proper config.ini file and the second more useful way using the equinox launcher and the eclipse configuration updater.

Is there a way to tell the equinox launcher to start all resolved bundles rather than just installing them?

Thanks,
Thomas




Back to the top