HOW TO HANDLE CONTROL_LOGOFF_EVENT handler in JAVA
From: Zafar (zafarsm_at_gmail.com)
Date: 02/23/05
- Next message: Tilman Bohn: "Re: Newbie Date SimpleDateFormat HELL"
- Previous message: Nobody: "Re: Newbie Date SimpleDateFormat HELL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Feb 2005 23:24:34 -0800
Hi All,
One of my services is killed when i log off from my Win XP/2000
machine, i.e., it is removed from the list of running processes in the
Task Manager . It needs to be restarted manually again after a login.
I did some investigation and found that this was due to the
"CTRL_LOGOFF_EVENT" passed by the
JVM(http://java.sun.com/j2se/1.3/docs/tooldocs/win32/java.html). It
further said to use the -Xrs option to ignore such events.
Can someone please tell me how to use this option correctly? Its really
urgent, and I am currently at my wits end,so any help would be greatly
appreciated.
Thanks In advance,
Zafar
- Next message: Tilman Bohn: "Re: Newbie Date SimpleDateFormat HELL"
- Previous message: Nobody: "Re: Newbie Date SimpleDateFormat HELL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|