我看到eclipse在我的用戶主文件夾中創建了一些文件夾,例如.eclipse .p2等等...我想更改這個默認文件夾(我想要保存所有一個D:位置)。 我讀了這個Change .eclipse folder in Linux,但我不明白哪個文件.ini我必須改變,如果我之前在安裝eclipse後執行此操作。此外,我有Windows 10而不是Linux。 對不起,我的英文。我希望在你的幫助下。更改eclipse創建.eclipse,.p2和其他文件夾的位置
這是我的eclipse.ini
-data
D:/Programmi/Eclipse
-configuration
D:/Programmi/Eclipse/eclipse `
-startup
plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.550.v20170928-1359
-product
org.eclipse.epp.package.java.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-D"user.home=D:/Programmi/Eclipse/home"
-Dosgi.requiredJavaVersion=1.8
[email protected]/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
--add-modules=ALL-SYSTEM
安裝Eclipse和運行之前,編輯'eclipse.ini' 。我建議設置['-data'和'-configuration'](https://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html) (在'eclipse.ini'的開頭增加4行:第一行:'-data',第二行:工作空間目錄,第三行:'-configuration',第四行:配置目錄;默認情況下'.p2'目錄將在配置目錄的父目錄中創建)。 – howlger
當運行eclipse時,我又有三個文件夾.eclipse .p2 .tooling。 – Chuck94
您是使用Eclipse Installer還是解壓縮包?文件夾的位置在哪裏,你期望他們在哪裏? – howlger