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/