Edward,
.settings is not in that directory?
Edward,
.settings is not in that directory?
Hello In_Control01,
Strange, can you post the path you have tried?Originally Posted by In_Control01
I think removing the complete .eclipse folder will do the same. (I hope.)
Good luck!![]()
Where did I put my coffee cup?
dir -R /home/* | grep "coffee cup"
This is the Path :
/home/mymachine/.eclipse/org.eclipse.platform_3.4.0_1543616141/configuration
then it contain 5 folders:
- org.eclipse.core.runtime
org.eclipse.equinox.app
org.eclipse.osgi
org.eclipse.ui.intro.universal
org.eclipse.update
Hello In_Control01,
Have you view hidden folders enabled?Originally Posted by In_Control01
Because there must be a folder named .settings.
If you use Konqueror you can enable view hidden folders by pressing <ALT>+<.>
Good luck!![]()
Where did I put my coffee cup?
dir -R /home/* | grep "coffee cup"
Edward,
Sorry, I had enabled 'hidden files' in /home/mymachine/... But not in the subdir...
I encounter the next error now.
Code:Cannot connect to keystore. This trust engine is read only. An error occurred while installing the items Error saving manipulator. /usr/share/eclipse/eclipse.ini (Permission denied)
Hello In_Control01,
It looks like a simple permission denied error.Originally Posted by In_Control01
I didn't had this problem but you can do two things about it:
- Run eclipse as root and try it (I wouldn't recommend it!).
- Run these commands from the terminal and try it again:
Code:chown -R :users /usr/share/eclipse/ chmod -R g+w /usr/share/eclipse/
And just a small question: When do you get this error?
Good luck!![]()
Where did I put my coffee cup?
dir -R /home/* | grep "coffee cup"
Tnx Edward!
Error came after removing the full .eclipse dir and reinstall of the CDT.
The first time i forgot to select the package.
Bookmarks