您的位置:首页 > 编程语言 > Java开发

eclipse rcp 打包出适合不同操作系统和操作位数.

2013-03-15 15:12 148 查看
1、查看自己eclipse的版本信息。点击菜单中的“Help”--->About Eclipse SDK,查看当前eclipse版本信息



2、在官网http://www.eclipse.org/中下载相对应的delta pack包(http://download.eclipse.org/eclipse/downloads/eclipse3x.html

3、将下载的delta pack添加到running platform,点击菜单"window"--->"Preferences"



Go
to Window -> Preferences -> Plug-in Development -> Target Platform and Edit your current Running Platform.



Click Add..



Select Installation



Browse
for the folder where you extracted the delta pack (mine is inside my eclipse folder, inside a folder called delta.



It
will show all the packages for all platforms. See the swt for win32 64 bits, linux and everything. Click Finish and it will reload your platform (it might take a while).



If
you open up your .product definition, and click Add Required Plugins, you shall see all the plugins.





然后打包的时候将勾选Export for multiple platforms,如图:

点击下一步,然后选择要打成什么类型的eclipse产品



设置完全后就可以打包成功了。

源文件:http://ugosan.org/eclipse-rcp-delta-pack/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: