X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-java%2FREADME;h=4b4d2c6ec45a99c217243661b1cdb47312540228;hb=6dcf3689333a2b465a5738c840d0b14d3f8014ea;hp=37834e691d3e2c1b5cf76b39201814e2976ecf8c;hpb=69400ac4a4e6575f749c6326df7c2a2c8ac3bdc5;p=lttng-ust.git diff --git a/liblttng-ust-java/README b/liblttng-ust-java/README index 37834e69..4b4d2c6e 100644 --- a/liblttng-ust-java/README +++ b/liblttng-ust-java/README @@ -10,3 +10,8 @@ dependency: openjdk-6-jdk dependency: gcj-4.4-jdk ./configure --with-java-jdk=/usr/lib/jvm/java-gcj --with-jni-interface + + +After building, you can use the liblttng-ust-java.jar file in a Java project. +It requires the liblttng-ust-java.so* files (which get installed when doing +`make install') so make sure those are in the linker's library path.