问题描述
我使用的是Spring System Tool Suite。 IDE在我的 @ user.home 文件夹中创建一个名为 .eclipse 的附加文件夹。如何将 .eclipse 文件夹移动到其他位置,并使Spring STS使用新路径(而不是在@ user.home中重新创建和使用新的.eclipse文件夹)?
I am using Spring System Tool Suite. The IDE creates an additional folder named .eclipse in my @user.home folder. How can I move the .eclipse folder to somewhere else and make the Spring STS use the new path (instead of recreating and using a new .eclipse folder in @user.home)?
推荐答案
我没有看到默认情况下更改该位置的选项(它发生在安装是只读的,并且用户需要一个可写配置区)。你可以尝试传递一个更好的配置区域到 osgi.configuration.area
。请参见(建议选项)和了解更多信息。
I didn't see an option to change that location by default (it happens when the install is read-only and a user needs a writable configuration area). You could alway try and pass in a better configuration area to osgi.configuration.area
. See Setting the private configuration area for the suggested option and Runtime Options for more information in general.
这篇关于如何移动.eclipse文件夹?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!