eclipse rcp 更新
对于eclipse rcp应用程序,如果我们想添加一个新功能并且需要通过更新管理器安装,我们不需要创建更新站点吗?
请求澄清我以下疑问。
- 检查更新意味着 Eclipse 从哪里知道更新可用?是来自特色项目吗?功能项目正在为应用程序创建新功能,对吧?
http://wiki.eclipse.org/Equinox/p2/Adding_Self-Update_to_an_RCP_Application
http://www.ralfebert.de/blog/eclipsercp/p2_updates_tutorial/
这两个示例显示检查更新和安装新软件。这里检查更新和安装新软件是什么?
For eclipse rcp applications, if we want to add a new feature and that needs to be installed through update manager, dont we need to create update site?
Request to clarify my following doubts.
- check for update means from where does the eclipse know that update is available? Is it from feature project? Feature project is creating new features to applicaton right?
http://wiki.eclipse.org/Equinox/p2/Adding_Self-Update_to_an_RCP_Application
http://www.ralfebert.de/blog/eclipsercp/p2_updates_tutorial/
These two examples show check for updates and install new software. what is here check for updates and Install new software?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查更新检查所有已知的更新站点中是否有新版本的插件和功能,这些插件和功能已安装在您的应用程序中。通过安装新软件,您可以安装新插件(并指定新更新站点)。
Check for updates checks all known update sites for new versions of plugins and features, which are already installed in your application. With Install new software you can install new plugins (and specify new update sites).