Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » 2.1.2 takes a long time to shut down.
2.1.2 takes a long time to shut down. [message #207087] Sun, 07 March 2004 11:10 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
>
>
>
Previous Topic:How to Create a GUI Application with Eclipse
Next Topic:Error launching eclipse
Goto Forum:
  


Current Time: Mon Jun 09 17:05:05 EDT 2025

Powered by FUDForum. Page generated in 0.03639 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top