How can I export an eclipse 4 application for multiple platforms

不打扰是莪最后的温柔 提交于 2019-12-05 22:29:18

The easiest way to get your application multi-platform, is to use the Delta-Pack. Here is a great tutorial for using it.

Basically, you download the delta-pack version for your eclipse version, then you configure it to your needs and then you can export your product for each target platform.

Keep in mind, that the contained SWT.jar is platform specific. So you won't be able to run, say the 32bit version on a 64bit JRE system.

Consequently, you will have to provide one jar of your product per target system.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!