|
From: Sujatha B. <suj...@td...> - 2007-09-05 15:29:06
|
Hi, I have used the wrapper class to create a windows service . I am successful in creating the service but have an issue in starting it. My service calls a java and the java starts a thread to run and it does not return anything and has to keep running in the background. But when i click on start in administrative tools>> service>> my service it comes back and says unable to start and it failed. My java program is a thread and it will not return anything , Is there any configuration variable which i could specify in my conf file so that i could just run the java program and return immediately without waiting for an output? Looking forward for your help. Thanks in advance. Sujie |