blob: 2eea8aca319a1bd5cb144b2f6bb72783605e4d32 (
plain) (
blame)
1
2
3
4
5
6
|
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://commons.apache.org/daemon/
|