HOWTO: fix “workspace in use” in Eclipse
If you have this error when you try to run Eclipse and you don’t have any running instance of Eclipse, solve it in this way:
- Go to your
workspace
directory - Inside
.metadata
directory, delete.lock
file - Run Eclipse.
Simple, isn’t it? :)
Comments