Fix: Build examples when rpath is stripped from in-build-tree libs
[lttng-ust.git] / README
... / ...
CommitLineData
1This directory contains a simple API for instrumenting java applications.
2
3Configuration examples to build this library:
4
5dependency: sun-java6-jdk
6./configure --with-java-jdk=/usr/lib/jvm/java-6-sun --with-jni-interface
7
8dependency: openjdk-6-jdk
9./configure --with-java-jdk=/usr/lib/jvm/java-6-openjdk --with-jni-interface
10
11dependency: gcj-4.4-jdk
12./configure --with-java-jdk=/usr/lib/jvm/java-gcj --with-jni-interface
13
14
15After building, you can use the liblttng-ust-java.jar file in a Java project.
16It requires the liblttng-ust-java.so* files (which get installed when doing
17`make install') so make sure those are in the linker's library path.
This page took 0.02392 seconds and 5 git commands to generate.