运行 RCP 应用程序
有很多方法可以运行应用程序。我可以从
- 创建的产品的plugin.xml概述选项卡
- (文件->新建->插件开发->产品配置)
- 手动创建运行配置
我想知道的主要区别是第一个和第二个之间的区别选项,因为它对我来说是最令人困惑的。
对于第二个和第三个选项,我认为通过创建产品配置并第一次运行它,会自动创建继承产品配置选项的新运行配置。创建运行配置后,不再有来自产品配置和链接配置的连接(至少我没有看到)?
There is a bunch of ways to run an application. I could run it from:
- plugin.xml overview tab
- from created product (file->New->Plugin development->Product configuration)
- manually create run configuration
The main difference which I want to know is between the first and the second option as it is the most confusing for me.
For the second the third option I think that by creating product configuration and running it first time new run configuration inheriting product configuration options is automatically created. After run configuration is created there is no more connections from product configuration and link configuration (at least I have not seen one)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
plugin.xml
运行 - 主要在相关插件使用完整目标平台时使用。除非您明确设置了目标平台,否则这与您正在运行的 IDE 相同。当然,您可以稍后手动限制启动配置所使用的插件集...plugin.xml
- is primary used when the plug-in in question uses the complete target platform. Unless you have set the target platform explicitly, this is the same as the IDE you are running. Of cause, you can then later restrict the used set of plug-ins for your launch configuration manually...