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

Eclipse RCP产品的多平台发布

2020-03-04 23:55 106 查看

从Eclipse Mars (4.5)开始,Eclipse就不再提供多平台的Delta Pack下载了,而是改用p2发布机制了。

从Eclipse Wiki https://wiki.eclipse.org/A_Brief_Overview_of_Building_at_Eclipse#Preferred_way_of_doing_multi-platform_builds 得到,构建多平台Eclipse RCP产品的推荐步骤为:

Preferred way of doing multi-platform builds

The preferred way of getting the platform specific artifacts is to just add them to the target platform. There is no need to look-up and download the "DeltaPack" if you follow these instructions.

This is works not only with the Mars release, but also previous releases, as well.

  • Open Window/Preferences.
  • Find PDE/Target Platform
  • Select your (active) target platform
  • Click Edit
  • Click Add
  • Select "Software Site"
  • Click Next
  • In "Work With" type: http://download.eclipse.org/eclipse/updates/4.3 (replace 4.3 with your current version)
  • Check "Eclipse RCP Target Components"
  • Check "Equinox Target Components"
  • Uncheck "Include required software"
  • Check "Include all environments"
  • Press Finish
  • Press Finish
  • Press OK

Open your product file and select the "Export" option. You will see that the "Export for multiple platforms" checkbox is available.

转载于:https://my.oschina.net/u/1433826/blog/1525906

  • 点赞
  • 收藏
  • 分享
  • 文章举报
chuzhuimin8053 发布了0 篇原创文章 · 获赞 0 · 访问量 84 私信 关注
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐