Is there any way to run eclipse plug-in applications without fully start the eclipse platform
Consider a simple "Hello world" plug-in, how can I run it without having to fully launch the ecli开发者_Python百科pse platform?
Since eclipse plugins are OSGi bundles you could start a simple hello-world plugin in an OSGi container like Equinox or Apache Felix
Here is an example on how to start the eclipse help system standalone. (This of course as more dependencies, than hello-world)
精彩评论