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 | ||
d880b43f | 5 | dependency: openjdk-7-jdk |
8d179959 | 6 | ./configure --enable-jni-interface |
3077257a | 7 | |
d880b43f DG |
8 | Note that the OpenJDK 7 is used for development and continuous integration thus |
9 | we directly support that version for this library. However, it has been tested | |
10 | with OpenJDK 6 also. Please let us know if other Java version (commercial or | |
11 | not) work with this library. | |
3077257a AM |
12 | |
13 | After building, you can use the liblttng-ust-java.jar file in a Java project. | |
14 | It requires the liblttng-ust-java.so* files (which get installed when doing | |
15 | `make install') so make sure those are in the linker's library path. |