如何获取 Eclipse 安装目录的绝对路径?
我正在编写一个 Eclipse 产品,由插件组成。
在我的一个插件中,我需要获取 Eclipse 安装目录的绝对路径。
(即 Mac 上的 /Applications/Eclipse
或 Win 上的 C:\Program Files\Eclipse
)。
找不到这方面的 API。有想法吗?
I am writing an Eclipse product, composed of plugins.
In one of my plugins, I need to get the absolute path to the directory where Eclipse is installed.
(i.e. /Applications/Eclipse
on Mac or C:\Program Files\Eclipse
on Win).
Can't find an API for this. Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
codejammer 建议:
请参阅
org .eclipse.core.runtime.Platform
APIcodejammer suggests:
See the
org.eclipse.core.runtime.Platform
API应该是
It should be