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)?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.