Problem when exiting an app that was launched with Jawa web start
Hey
Using java web start my jdk/jre is 1.6 u1. I can deploy and launch/install my apps fine, but when i exit them a instance of javaw.exe is eating memory. With a few stops/starts of my app i finnally crashed the computer with about 15 javaw.exe processes up and running.
The app terminates fine if i launch it from command line or eclipse.
Using SWT if that can have anythign to do with it
--
Thomas
Message was edited by:
thfs
[479 byte] By [
thfsa] at [2007-11-27 8:52:46]

# 2
HeyNo I don't call System.exit() when i quit. I'm pretty sure SWT kills off most of the resources and probably does a System.exit() when shell.dispose()/shell.close() is called. But I will give it a shot, try it out.thanks for the reply--Thomas
thfsa at 2007-7-12 21:08:55 >

# 4
No particular reason i guess, but as i stated above I'll give it a try and if that helps me in regard to Java Web Start I'm happy.
Since i started using SWT for gui programming i havent tought of System.exit(). I know you would get this kind of behaviour from a swing app that was terminated without System.exit().
--
Thomas
Message was edited by:
thfs
thfsa at 2007-7-12 21:08:55 >
