以编程方式查找eclipse安装目录
在我的 eclipse 插件(A)中,我需要以编程方式获取运行插件(A)的 eclipse.exe 的路径。
有谁知道API可以获取这条路径吗?我不是在插件中寻找资源,而是在 eclipse.exe 本身中寻找资源。
谢谢。
In my eclipse plugin(A), I need to programmatically get a path to eclipse.exe, which runs the plugin(A).
Does anybody know API to get this path? I am not looking for a resource in a plugin but eclipse.exe itself.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试下面的代码:
Try below code:
这是安德鲁·尼弗在上面的答案中的评论,更简单:
This was a comment in the answer above by Andrew Niefer, much simplier: