vote up 2 vote down star

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?

flag

78% accept rate
The only plugin I have installed is maven. – seanlinmt May 10 at 12:54

3 Answers

vote up 1 vote down check

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?

link|flag
the problem is intermittent so it gets really annoying. But ok, let's see if i can get more info about the problem. – seanlinmt May 10 at 6:50
It is possible that just creating a clean workspace and importing the projects will solve the problem. It's worth a try in any event. – zvikico May 12 at 9:45
vote up 0 vote down

Some time it's very helpful to execute eclipse from command line with "-clean" parameter to enforce it produce clean up for workspace.

link|flag
AFAIK, it has nothing to do with the workspace. It cleans the plugins cache. You will notice that the startup time before asking for the workspace is much longer. After the workspace is specified, it is the same. – zvikico May 12 at 9:42
Not only. It cleans eclipse cache in general, so every unrelated garbage within workspace will be wiped out as well. – Artem Barger May 12 at 10:05
vote up -1 vote down

As you're discovering, Eclipse is a buggy unusable bloated pile of ****. I tried Aptana but unfortunately that's also infected with the Eclipse virus. Which seems to leave one using a different specialised IDE for each language, many of which are also pretty flaky.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.