How can i run my java program as service in Window NT
Satish Varanasi
Ranch Hand
Joined: Aug 13, 2000
Posts: 47
posted
0
Hello everybody, I want to run my java program as service in windows NT so that user can start & stop my program whenever he feels like.can anybody guide me.( like u have jrun & lots more....) thanks satish
Jim Baiter
Ranch Hand
Joined: Jan 05, 2001
Posts: 532
posted
0
We're doing something like this by writing the service in native and making JNI calls through to the JVM.