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.
我是一名安卓开发者,刚买了一台新电脑。在此我开始将我的用户文件夹移动到另一个驱动器,到目前为止一切正常。
但是现在我遇到了这个问题,当我启动 Motodev 或 eclipse 并打开一个非空的工作区时,我猜 sequoyah 会创建一个名为“.org.eclipse.sequoyah”的文件夹。
我找不到任何可以改变它的地方。
问候
简短的回答是您无法更改文件夹。
问题是 sequoyah 正在使用org.eclipse.core.runtime.Platform.getUserLocation()它没有返回环境变量%USERPROFILE%,这是 JVM 中的一个错误,大约 6 年没有修复。
org.eclipse.core.runtime.Platform.getUserLocation()
%USERPROFILE%