Jada 1.0 review
DownloadJada is a library useful for converting a Java application into a background daemon on Unix systems
|
|
Jada is a library useful for converting a Java application into a background daemon on Unix systems. Jada requires no rewriting of the application and is meant to be lightweight.
Requirements:
The code works from Java 1.4.
You need the JDK headers to compile the JNI library.
It works on Linux and it seems to work on Solaris.
Installation:
Download the latest package.
tar xjf file
./configure
make
make install
Jada 1.0 keywords