diff options
Diffstat (limited to 'system/commons-daemon/README')
-rw-r--r-- | system/commons-daemon/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/commons-daemon/README b/system/commons-daemon/README new file mode 100644 index 0000000000..742c932cc1 --- /dev/null +++ b/system/commons-daemon/README @@ -0,0 +1,8 @@ +The scope of this package is to define an API in line with the current Java(tm) +Platform APIs to support an alternative invocation mechanism which could be +used instead of the above mentioned public static void main(String[]) method. +This specification cover the behavior and life cycle of what we define as +Java(tm) daemons, or, in other words, non interactive Java(tm) applications. + +commons-daemon requires apache-ant at build-time; apache-ant is also +available from SlackBuilds.org. |