Alejandro Salas wrote:
Do you know what is actually using the CPU? You
should be able to get
an idea pretty quickly by running top.
    

Java holds over 80% of the CPU. After I go to the
desktop it dessapears from the top list.
  

    i see the same behavior.

    i believe that what's going on here is pretty simple, and completely unrelated to E.  the splash screen seems to be waiting for the main application window to get whatever X event equates to "bring window to front".  (can you tell i'm not an X programmer?)  once that happens, the splash screen goes away, but until it happens, eclipse remains in a tight loop, while polling for that event.


Reply via email to