[jNotes-list] Bug when closing jNotes
Brought to you by:
alexeya
From: Patrick B. <bi...@st...> - 2003-08-27 13:45:56
|
Hi alex and other developers, There is a bug when closing jNotes. When i call jNotes from the console (dos-box on windowsXP) and i close the app then it hangs and doesn't terminates as it has to be, so i have to force the killing of the bat-file. This results in unwanted results, because it doesn't frees all the recourses, which results in the wrong behaviour when you change the source-code and recompile it, the changes are for some or other reason not recognized by the jvm. Only after a full reboot of my system the changes are recognized and pushed into the app. This is very weird, so maybe we could better use the EXIT_ON_CLOSE method instead of the default DISPOSE_ON_CLOSE method to force the jvm to free its recourses and memory. The way it works now i always have to log out from windows and login again to make the changes active, and that is not the way it should be. First i thought it was a bug, until i saw the app freeze when i ranned it from the console, linux-users please check this out. My system : WindowsXP Professional SP1 J2SDK 1.4.2 (from Sun) Best Regards, Patrick |