X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=liblttng-ust-java%2FREADME;h=4b4d2c6ec45a99c217243661b1cdb47312540228;hp=37834e691d3e2c1b5cf76b39201814e2976ecf8c;hb=6dcf3689333a2b465a5738c840d0b14d3f8014ea;hpb=5f003977aaebf8bed9cc3627d3e1b5ff9e6893e6 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.