What folder should I install Eclipse to on Windows?

前端 未结 5 801
清歌不尽
清歌不尽 2021-01-30 12:27

I\'m running Windows 7 with UAC enabled. I\'ve always found it weird that Eclipse doesn\'t use an installer and doesn\'t use the AppData folder to store its dat

5条回答
  •  迷失自我
    2021-01-30 13:28

    I usually install Eclipse to %LocalAppData%.

    C:\Users\\AppData\Local\Eclipse\\
    
    • Common install path used by Google Chrome, Python, GitHub Desktop, Discord, and f.lux
    • Only installs Eclipse for the current user profile. (separate per-user settings)
    • Does not require administrator privileges
    • Accessible as a default Windows environment variable (%LocalAppData%)
    • Folder is designated specifically to hold application data

提交回复
热议问题