开发者

Is there any way to run eclipse plug-in applications without fully start the eclipse platform

开发者 https://www.devze.com 2022-12-28 09:35 出处:网络
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-w

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)

0

精彩评论

暂无评论...
验证码 换一张
取 消