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.
-
update your adt like this http://stackoverflow.com/a/22524868/1126351 – Nagaraja Apr 22 '14 at 06:03
-
I am using the updated version of adt.(22.6.2). – RamGrg Apr 22 '14 at 06:09
-
your eclipse plugins and SDK also need to update. – Nagaraja Apr 22 '14 at 06:10
-
They are up to date too. – RamGrg Apr 22 '14 at 06:18
4 Answers
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.

- 603
- 8
- 11
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.

- 1,229
- 2
- 9
- 7
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]

- 49
- 8
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
-
1Your 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