• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

.eclipse folder in C:\Users\[USERNAME]

Guest
Jul 05, 2010 Jul 05, 2010

Copy link to clipboard

Copied

Hi There,

I develop software on many different platforms using many different environments so I am used to these random folders being created in my personal folders.

In the last few days I have been cleaning up these folders and placing them all in workspace folders on my system drive.

I have managed to fix all but the .eclipse folder, all I need to know if there is a registry value (I cannot find one) that can be changed to fix this or an environment variable (I suspect this is more likely).

Thanks in advance

Tom Stone

TOPICS
Installation and activation

Views

6.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Jul 08, 2010 Jul 08, 2010

Copy link to clipboard

Copied

LATEST

Hi Tom,

That .eclipse folder is a default that Eclipse itself has configured, but since it's a default, you probably won't find it anywhere explicitly in the ini files or in any registry settings. I think Eclipse uses that folder for installing new plugins from update sites, when it doesn't have write access to the main copy of eclipse, and also in shared configurations where multiple users are sharing the same machine.

There's some info about that in this bug report:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=297329

Is it fair to assume that you're running FB4 Plug-in, or are you running standalone FB4?

For FB4 Plug-in (and Eclipse in general), I think the way to avoid the .eclipse folder returning is to run Windows logged in as a user with machine Administrator rights, also making sure that you're running Eclipse with elevated UAC rights ("as Admin...") anytime you run Eclipse's own update mechanism.

You might also be able to find an eclipse ini file setting that would re-direct that .eclipse folder to some other location, but that might not be safe unless you're sure that you'll always have write access to the alternate location.

-Chris

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines