java program
Hi,
I want to run a java program on a windows NT server continously. The program should automatically start when the server is started and etc...
Does anybody know how to register a java program as a windows NT service? or is there any other way to accomplish my task?
Any help is greatly appreciated.
thanks.
[347 byte] By [
rahulman] at [2007-9-26 3:02:58]

I don't think that this is possible directly with JDK 1.3. One way would be to write a native DLL which implements the interfaces of an NT service and directly connects to the JVM.
You might also try the AppToService software from www.basta.com. I'm not sure if this one works, however.
BFN,
Torsten
> Hi,
> I want to run a java program on a windows NT server
> continously. The program should automatically start
> when the server is started and etc...
> Does anybody know how to register a java program as a
> windows NT service? or is there any other way to
> accomplish my task?
> Any help is greatly appreciated.
> thanks.
TST1 at 2007-6-29 11:02:27 >
