What folder should I install Eclipse to on Windows?

前端 未结 5 805
清歌不尽
清歌不尽 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:05

    I setup Eclipse in

    c:\software\eclipse_{version}\  
    

    I keep all my open source packages (ANT, Maven, Apache, etc) in c:\software as well. Then I add the necessary directories to my $PATH variable (c:\software\ant\bin).

    I also keep the Eclipse workspace under c:\software\eclipse_workspace.

    The big plus behind this setup is portability. I can simply move the entire folder to a new drive, re-setup my path, and boom everything works. No interference from registry settings at all. Makes it very easy to backup.

    This approached worked for XP, Windows7 RC1 and Windows7 Professional without issue.

提交回复
热议问题