【发布时间】:2019-01-19 22:46:23
【问题描述】:
我们想在 eclipse "rcp" 中启动一个 windows "exe"...
Windows“exe”位于“eclipse.exe”相对路径的文件夹中。
现在我们想在我们的 Eclipse "rcp" 中的现有按钮旁边添加一个按钮...
因此,当单击此按钮时,我想调用位于“eclipse.exe”旁边的文件夹中的 Windows“exe”。
如何获取“eclipse.exe”的相对路径,以便进入我要运行的“exe”文件夹,将其命名为windows“exe”...
【问题讨论】:
标签: eclipse eclipse-plugin eclipse-rcp eclipse-cdt