"; ?> JSignal

JSignal

A simple native implementation to handle some UNIX signal stuff.

JSignal is a simple native implementation to handle some UNIX signal stuff. It allows your java applications to easily get processes list, pid lists and send unix signals. You may want to check out the JSignal Documentation or the little included JSignal test application to get an idea on how it works.

How to install:
Just go into the jsignal source dir and issue a make. Then you should have the jsignal.jar file, you should copy it into your preferred classpath (eg: ~/jsp/mywebapp/WEB-INF/lib) and install libjsignal.so library somewhere so the java virtual machine can reach it (usually I use the LD_LIBRARY_PATH trick).

Tested on:

Releases:

Files:

© 2003 Andrea Leofreddi