|
From: lpr77 l. <lp...@ho...> - 2005-09-27 12:48:07
|
Hi,
I"m using the Java Service Wrapper to launch a Java application as a NT
Service.
My application runs fine, but I have to reboot the system.
So i wrote this code :
Process t = Runtime.getRuntime().exec("cmd /c shutdown -R -F -T 0");
It isn"t running. There is nothing written to my logs.
my application, not as a NT service, runs fine and reboot the system.
So, is there a way to avoid this behavior?
Thanks in advance
Laurent
|