Eclipse - how to setup plugin run configuration to run it inside custom Eclipse RCP?

醉酒当歌 提交于 2019-12-12 04:34:43

问题


When you create new Plug-in project inside Eclipse, you can run it as Eclipse Application (eg. new Eclipse instance will start with that plugin included by default).

I need start that plugin but in instance of my own Eclipse RCP app (which i have as other project in my workspace).

Is it possible?


回答1:


Open 'Run > Run Configurations' and find the configuration for your RCP application (under 'Eclipse Application')

Look at the 'Plug-ins' tab.

If the 'Launch with:' is set to 'all workspace and enabled target plugins' your plugin is already being included.

If the 'Launch with:' is set to 'plug-ins selected below only' select the plugin you want to include if it is not already selected.



来源:https://stackoverflow.com/questions/26532172/eclipse-how-to-setup-plugin-run-configuration-to-run-it-inside-custom-eclipse

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