I am using eclipse 3.4.1 Java EE under Vista. It seems to like getting stuck when building my workspace. Canceling the build doesn't seem to do anything as well.
Why is this happening and how do I fix the problem?
|
I am using eclipse 3.4.1 Java EE under Vista. It seems to like getting stuck when building my workspace. Canceling the build doesn't seem to do anything as well. Why is this happening and how do I fix the problem?
| ||||
feedback
|
|
You may want to take a look at How to report a deadlock. You may also want to check the Error view and/or the error log ([workspace]/.metadata/.log). If that doesn't help, you'll probably need to include more info about which plugins you have installed and which projects you have. Can you create a minimal workspace which reproduces the problem? | |||||
feedback
|
|
I was able to fix this by deleting the contents of: .metadata\.plugins\org.eclipse.core.resources\projects Use at your own risk, of course. | |||||||||||||||
feedback
|
|
Some time it's very helpful to execute eclipse from command line with "-clean" parameter to enforce it produce clean up for workspace. | |||||
feedback
|
|
I just had the same problem. By using Task Manager to kill the build process and exiting Eclipse with no projects open, I was able to get back into Eclipse and clean the project without opening it. I then restarted Eclipse again,loaded my project and all OK. | |||
|
feedback
|
|
I had same issue with my Eclipse and as a solution, I created new project, copied all resources manually (using windows copy/paste) to new project, deleted old project and that's it. Sometimes, this happens due to improper System shutdown and Eclipse workspace started facing similar issues. Hope it will work. | ||||
|
feedback
|
|
Unselect automatic build using Eclipse-> Windows->Preferences helps fixing this issue. | |||
|
feedback
|