views:

37

answers:

1

What's the fastest way to register a java-application (or maybe a bat executing the app) as a Windows service?

Update 1: It has to be free for companies to execute :)

Either by using a third party app or following a guide.

+1  A: 

I recently tried a bunch and had most luck with Java service wrapper There is a cummunity edition which is gpl as well as commercially supported versions

Esben Skov Pedersen
we also use JSW in our products as well. It is available as both 32-bit (free) and 64-bit (not free) versions.
Faisal Feroz
Faisal, is the 32bit version usable on 64bit windows?
Esben Skov Pedersen