gpt4 book ai didi

eclipse-plugin - 如何获取 Eclipse 安装目录的绝对路径?

转载 作者:行者123 更新时间:2023-12-04 00:53:27 24 4
gpt4 key购买 nike

我正在编写一个由插件组成的 Eclipse 产品。
在我的插件之一中,我需要获取安装 Eclipse 的目录的绝对路径。
(即 /Applications/Eclipse 在 Mac 上或 C:\Program Files\Eclipse 在 Win 上)。

找不到用于此的 API。想法?

最佳答案

codejammer建议:

The following gives you the installed location


Platform.getInstallLocation().getURL()

org.eclipse.core.runtime.Platform API
/**
* Returns the location of the base installation for the running platform
* <code>null</code> is returned if the platform is running without a configuration location.
* <p>
* This method is equivalent to acquiring the <code>org.eclipse.osgi.service.datalocation.Location</code>
* service with the property "type" equal to {@link Location#INSTALL_FILTER}.
*</p>
* @return the location of the platform's installation area or <code>null</code> if none
* @since 3.0
* @see Location#INSTALL_FILTER
*/

关于eclipse-plugin - 如何获取 Eclipse 安装目录的绝对路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4494528/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com