Commit | Line | Data |
---|---|---|
1ffa770b PMF |
1 | This directory contains a simple API for instrumenting java applications. |
2 | ||
2b6f8df9 MD |
3 | Configuration examples to build this library: |
4 | ||
5 | dependency: sun-java6-jdk | |
6 | ./configure --with-java-jdk=/usr/lib/jvm/java-6-sun --with-jni-interface | |
7 | ||
8 | dependency: openjdk-6-jdk | |
9 | ./configure --with-java-jdk=/usr/lib/jvm/java-6-openjdk --with-jni-interface | |
10 | ||
11 | dependency: gcj-4.4-jdk | |
12 | ./configure --with-java-jdk=/usr/lib/jvm/java-gcj --with-jni-interface |