views:

35

answers:

1

Consider a simple "Hello world" plug-in, how can I run it without having to fully launch the eclipse platform?

A: 

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)

stacker