I am looking for the best method to run a Java Application as a *NIX daemon or a Windows Service. I\'ve looked in to the Java Service Wrapper, the Apache Commons project \'
Another option is WinRun4J. This is windows only but has some useful features:
Its also open source friendly (CPL) so no restrictions on use.
(full disclosure: I work on this project).