jQuery in Action, 2nd edition
The moose likes Threads and Synchronization and the fly likes How can i run my java program as service in Window NT Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "How can i run my java program as service in Window NT" Watch "How can i run my java program as service in Window NT" New topic
Author

How can i run my java program as service in Window NT

Satish Varanasi
Ranch Hand

Joined: Aug 13, 2000
Posts: 47
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
We're doing something like this by writing the service in native and making JNI calls through to the JVM.
Graeme Brown
Ranch Hand

Joined: Oct 13, 2000
Posts: 193
I find JavaServ works quite well.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How can i run my java program as service in Window NT
 
Similar Threads
java program as a win NT Service
how to run and control an endless thread?
Java Standalone application as NT Service
running java program as service
writing a service in java