# this is used by both run and compile to include the jars and the JNI library

classpath=".:$scriptRoot:$scriptRoot/lib/java-getopt-1.0.10.jar:$scriptRoot/lib/rrdjtool.jar"

if [ "$(uname -m)" == "x86_64" ]; then
        export LD_LIBRARY_PATH="$scriptRoot/lib64"
else
        export LD_LIBRARY_PATH="$scriptRoot/lib"
fi

PATH="$PATH:/usr/bin"
