Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 rcp eclipse 应用程序,并且从该应用程序中,使用上下文菜单操作我想启动一个新的 rcp 应用程序。我怎么做 ?谢谢你。
在我看来,你有两个选择。
您可以在两个 RCP 之间创建依赖关系,并且当用户单击菜单时,只需实例化第二个 RCP 主类。
或者您可以将第二个 RCP 作为外部命令执行。这意味着您必须知道它的安装位置。