I'm using Eclipse Helios for Java EE on Ubuntu 32-bit DE. Eclipse hangs for about 20 seconds when the content assist pops up (usually on large classes such as JFrame). I'm using it with GWT plugin and WindowBuilder.

So far I've tried changing to default settings, working on a new workspace, increasing the memory, nothing worked. BTW, I'm using Sun JDK.

Can this be a plugin-related issue? Is it a common problem?

link|improve this question
Did you try those settings in your eclipse.ini? stackoverflow.com/questions/142357/… – VonC Dec 24 '10 at 1:11
feedback

1 Answer

Sounds like it takes some time to build the internal indexes. The usual reason for this taking long is insufficient physical memory available to Eclipse.

What is your machine configuration?

link|improve this answer
Intel Core 2 Duo P8400 2.65 GHz, 3Gb DDR2, 200 Gb Hdd. – DangerousButStillANicePerson Dec 24 '10 at 8:52
feedback

Your Answer

 
or
required, but never shown

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