I have my eclipse telling about every 10 minutes that "eclipse Could not save master table to file".

I found an old discusion on this, which tells to delete /home/<username>/.eclipse folder, but I did a search and there's no such folder in my whole system.

Any idea how to solve this?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Try setting correct privileges to the file

<workspace>/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources`

I would suggest setting correct permissions for the whole workspace

See discussion here

link|improve this answer
It was solved with another eclipse version. I hadn't try your solution, but would probably work.. or not.. anyway.. :) – Tom Brito Mar 1 '11 at 18:35
Vadim your link doesn't work... – Kibi Apr 18 at 9:02
@Kibi, I've updated the link – Vadim Rutkovsky Apr 18 at 12:13
Thanks @VadimRutkovsky - unfortunately the link in the link doesn't work too well, ok, at least I have some place to search from – Kibi Apr 18 at 16:16
feedback

My .safetable was missing, so I just created it and problem solved

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.