开发者

Stand alone java application without eclipse?

开发者 https://www.devze.com 2023-02-23 03:08 出处:网络
I am having an application which uses the eclipse开发者_运维问答 plugins. But I want it to be run without using eclipse. ie as a standalone application(say suppose in command prompt). is it possible?

I am having an application which uses the eclipse开发者_运维问答 plugins. But I want it to be run without using eclipse. ie as a standalone application(say suppose in command prompt). is it possible? If yes how?

thanks.


Eclipse is build on a modular code framework called OSGI. At the heart of Eclipse is an OSGI container called Equinox. So you 'could' use just Equinox to run your code without Eclipse, but that task would be not for the faint of heart.


SWT and JFace can be used outside the Eclipse RCP platform as described here: http://wiki.eclipse.org/JFace#Using_JFace_outside_the_Eclipse_platform. If you are making use of Eclipse bundles other than just the SWT and JFace ones it's unlikely you will get them to work properly.

0

精彩评论

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