How to run a java application as a win-nt service?
Uma Viswanathan
Ranch Hand
Joined: Jun 14, 2001
Posts: 126
posted
0
Hi all: Could someone tell me how to run a java application as a service on windows-nt? Thanks in advance Uma
Brian Coates
Ranch Hand
Joined: Jul 03, 2001
Posts: 42
posted
0
You'll need to download the Microsoft SDK for Java (v 4.0 is the current one, I believe). Included is the jntsvc tool that will compile a java file into a service .exe