|
From: Richard E. <rem...@ed...> - 2003-05-06 19:25:02
|
On windows I have the wrapper launching a Java process which in turn launches (forks) a child java process. When the user logs out the top level java process remains but the inner child java process dies (and the higher level java process detects this death and then kills itself). How can I launch a child java process so that it will not die when a CTRL_LOGOFF_EVENT is generated by windows? Richard |