12

I am getting this error in my adt eclipse. I am using the updated version of java. Please somebody help me to solve this issue.

RamGrg
  • 296
  • 1
  • 4
  • 20

4 Answers4

16

I found the same bug in Eclipse once.

This happened to me after a Windows Update.

What I did to resolve the problem was giving (again) "Full Control"/"Admin Write Read" permissions to Eclipse Folder, in my case was in "C:\eclipse-jee-kepler-SR2-win32-x86_64". (Right Click on it, then Properties -> Security Tab and Edit there at -least your user- with Full Control)

For some reason the Windows Update changed that.

hmojica
  • 603
  • 8
  • 11
4

I got this error in eclipse photon. I started photon with older workspace. I removed .metadata and .recommenders folders and then restarted the eclipse. It worked fine.

Siva
  • 1,229
  • 2
  • 9
  • 7
0

In my case, I had to switch ownership back to my ID in my workspace/.metadata folder, then all was well. I had inherited an old user ID for my login after a system update. [Ubuntu 14 --> 16]

0

bro delete the .metadata folder from your ecplipse wookspace folder and it works, and then recover mean import your eclipse folder then all will be same except date lol

  • 1
    Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Aug 11 '23 at 17:42