 * RRDJTOOL
 * Round Robin Database Java Tool
 * JNI Wrapper for RRDTool functions
 * version 1.0.1 (Feb 17, 2003)
 * by Sasa Markovic <sasam@dnseurope.co.uk>
 *
 * Currently supported functions:
 *
 *   rrdcreate
 *   rrdgraph
 *   rrdupdate (fixed bug in initial release)
 *   rrdfetch
 *   rrdlast

So far, here are the instructions for Linux users only:

1) Look for RDDTOOL's librrd.so on your file system. If not found, 
recompile your RRDTOOL package with --enable-shared option.

2) Edit Makefile.linux and edit RRD_H_PATH to point to your rrd.h file 
and JDK_PATH to point to your java home.

3) Run make:

	make -f Makefile.linux

4) Shared library libjrrd.so should be created. Move it to your 
standard library folder or set LD_LIBRARY_PATH environment variable 
to point to directory with libjrrd.so

5) Run rrd.RrdDemo class:

	java rrd.RrdDemo /tmp/test.rrd

The test should finish without exceptions. 
Files /tmp/test.rrd and /tmp/test.rrd.png should be created. 
PNG image should be correctly displayed in your browser.

Sasa Markovic
saxon@eunet.yu