
Native unix library to retrieve system time with microsecond precision.

* Edit make file to correctly set JAVA_HOME. ( the file 'jni.h' should exist in $JAVA_HOME/include )
* run 'make all'
* Install the .so library in a directory which is pointed out by java -Djava.library.path=<path to .so file> <java program>



