Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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?

share|improve this question
If /home/<username>/.eclipse is doesn't exist they probably mean the folder where you have installed eclipse. I have found some other file that bugged me there. – Dimitar Slavchev Aug 28 '12 at 7:15

2 Answers

up vote 3 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

share|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 '12 at 9:02
@Kibi, I've updated the link – Vadim Rutkovsky Apr 18 '12 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 '12 at 16:16

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

share|improve this answer
3  
Can you explain where this file is, and how to create it. – mateo_salta Aug 14 '12 at 1:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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