2.1.2 takes a long time to shut down. [message #207087] |
Sun, 07 March 2004 11:10  |
Eclipse User |
|
|
|
I don't know why this is happening, but lately, it has been taking up to 15
minutes for Eclipse to shut down. I can't even turn my computer off or
reboot until its done. The "Saving progresss" dialog stays up for quite some
time. Any ideas what might cause it to take so long?
I see the dialog is not handled within a thread, because if I move anything
over it, it doesn't repaint.
|
|
|
Re: 2.1.2 takes a long time to shut down. [message #207147 is a reply to message #207087] |
Sun, 07 March 2004 17:29  |
Eclipse User |
|
|
|
Originally posted by: sw15london.tiscali.co.uk
Maybe you have lots of versions of running code.
What i mean is that if you run your application a lot and open task manager
you may have
a lot of instances of javaw running.
Eclipse will need to close these when it exits.
You can prevent this by providing a proper exit command in your application.
i.e. system.exit(0);
Hope this helps (if it made sense)
Chris
"spiderman" <supreme_java_guru_1@yahoo.com> wrote in message
news:c2fhas$pe8$1@eclipse.org...
> I don't know why this is happening, but lately, it has been taking up to
15
> minutes for Eclipse to shut down. I can't even turn my computer off or
> reboot until its done. The "Saving progresss" dialog stays up for quite
some
> time. Any ideas what might cause it to take so long?
>
> I see the dialog is not handled within a thread, because if I move
anything
> over it, it doesn't repaint.
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03639 seconds