Cleanup: ust-tracepoint-event.h: extract `__num_fields` in a variable
[lttng-ust.git] / liblttng-ust-java / README
... / ...
CommitLineData
1This directory contains a simple API for instrumenting java applications.
2
3Configuration examples to build this library:
4
5dependency: openjdk-7-jdk
6./configure --enable-jni-interface
7
8Note that the OpenJDK 7 is used for development and continuous integration thus
9we directly support that version for this library. However, it has been tested
10with OpenJDK 6 also. Please let us know if other Java version (commercial or
11not) work with this library.
12
13After building, you can use the liblttng-ust-java.jar file in a Java project.
14It 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.
This page took 0.021995 seconds and 4 git commands to generate.