Eclipse Hang when canceling a background process

Eclipse hang

  1. I want to cancel the background operation currently in progress in Eclipse.
  2. Since it takes a lot of time, I restart the eclipse
  3. But I was waiting for 30Mins ++ and see the images above until I post it here.
  4. Does anyone here know why this is happening and how to fix it? (I want to solve this problem without interrupting the background process in the Windows task manager)

FYI: I use Eclipse Helios on Windows 7 Ultimate, 64-bit with 4 GB of RAM

+7
source share
1 answer

Try disabling the build automatically from the project menu. The problem is that if you kill eclipse, it will not save this setting, so you need to be quick to disable this setting again after launch.

0
source

All Articles