This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm using CCSv5 on Ubuntu and somehow locked up my workspace. When I try to open it I receive a message that it's in use. Does anyone know of a way to clear this condition so I can get back my many hours of work?
Check your process lists and see if java is running. If so kill it. If it is not running but the workspace is still locked I believe there is a file you can delete to unlock it.
Look for a .lock file at <workspace>/.metadata/.log
If this still doesn't work you can create a new workspace and import your project into it. That way you won't lose any of your work.
John