Hi folks.
I'm running a Java program as a service on WinXP and beyond.
In Linux, no worries, I run a background thread and everything is great, but I'm wondering how best to do it in Windows?
Right now, I'm looking at a wrapper like the Java Service Wrapper from Tanuki Software and want to know if anyone has experience using this?
My home-rolled Object-Pascal wrapper works, sort-of, but it doesn't have all the features of this application and I'm considering going "professional" for this.
My application has a "server" component that gets started in the background in situations where the client and server is on a single machine, this also makes it a lot easier when working in a network environment where Windows Server is used.
Any ideas are appreciated.
Regards
Ewald