Blame liblttng-ust-java/README

Packit c04fcb
This directory contains a simple API for instrumenting java applications.
Packit c04fcb
Packit c04fcb
Configuration examples to build this library:
Packit c04fcb
Packit c04fcb
dependency: openjdk-7-jdk
Packit c04fcb
./configure --enable-jni-interface
Packit c04fcb
Packit c04fcb
Note that the OpenJDK 7 is used for development and continuous integration thus
Packit c04fcb
we directly support that version for this library. However, it has been tested
Packit c04fcb
with OpenJDK 6 also. Please let us know if other Java version (commercial or
Packit c04fcb
not) work with this library.
Packit c04fcb
Packit c04fcb
After building, you can use the liblttng-ust-java.jar file in a Java project.
Packit c04fcb
It requires the liblttng-ust-java.so* files (which get installed when doing
Packit c04fcb
`make install') so make sure those are in the linker's library path.