1 This directory contains a simple API for instrumenting java applications.
3 Configuration examples to build this library:
5 dependency: sun-java6-jdk
6 ./configure --with-java-jdk=/usr/lib/jvm/java-6-sun --with-jni-interface
8 dependency: openjdk-6-jdk
9 ./configure --with-java-jdk=/usr/lib/jvm/java-6-openjdk --with-jni-interface
11 dependency: gcj-4.4-jdk
12 ./configure --with-java-jdk=/usr/lib/jvm/java-gcj --with-jni-interface