I would like to run a Java application as a service. Unfortunately, I am limited in that I can\'t use something like the Java Service Wrapper (which does appear to be an ex
Another option, Apache Commons Daemon's procrun.
See http://commons.apache.org/daemon/
The most simple way I found was RunAsService.
A co-worker recommended a tool called SC, but I did not try it.