Reputation: 11725
i am trying to use my workspace C:\Program Files (x86)\Zend\Apache2\htdocs
, as i need to in order to use my Zend Server, but i get the error "workspace in use
"
i have:
.metadata
folder but not found one in my current eclipse folder (brand new eclipse PDT with Zend)any idea as to what the problem can be? and how to fix it :D
thanks!
Upvotes: 3
Views: 1362
Reputation: 193
I think deleting .metadata will cause you to lose your tracked projects. Im not positive though ( don't really want to test it haha). However if you go in that folder (WORKSPACE/.metadata/) and delete the .lock file it should allow you to open the workspace. Hope this helps!
Upvotes: 2
Reputation: 20658
Just offering two other solutions for anyone who faces the workspace issue and ends up on this page. This is one solution and the other solution is if you were working on eclipse by connecting to a server via ssh. In this case, the ssh might time out and your eclipse process would still be active on the server. Solution is: Type ps -aef | grep eclip Find the process number of eclipse and type kill -9 process number
Upvotes: 1
Reputation: 20726
Check your workspace directory for :
Upvotes: 3