b16e2aed94
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/ PR: ports/114431 Submitted by: Ronald Klop <ronald at echteman.nl>
6 lines
252 B
Text
6 lines
252 B
Text
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/
|