blob: a17aa741298ba603c261f9a6853798432979ef5a (
plain) (
tree)
|
|
Wrapper code to start/stop a Java application as a daemon.
Daemon is made of 2 parts. One written in C that makes the
interface to the operating system and the other in Java that
provides the Daemon API.
WWW: http://jakarta.apache.org/commons/daemon/
|