X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-java%2FREADME;h=d2ca47810d11b2f34f63ee46a34680084efff3d8;hb=730be651d21f3950980fd61e1c65953017c6322e;hp=4b4d2c6ec45a99c217243661b1cdb47312540228;hpb=3077257a98b1ad40591797d51f68f94d24099875;p=lttng-ust.git diff --git a/liblttng-ust-java/README b/liblttng-ust-java/README index 4b4d2c6e..d2ca4781 100644 --- a/liblttng-ust-java/README +++ b/liblttng-ust-java/README @@ -2,15 +2,13 @@ This directory contains a simple API for instrumenting java applications. Configuration examples to build this library: -dependency: sun-java6-jdk -./configure --with-java-jdk=/usr/lib/jvm/java-6-sun --with-jni-interface - -dependency: openjdk-6-jdk -./configure --with-java-jdk=/usr/lib/jvm/java-6-openjdk --with-jni-interface - -dependency: gcj-4.4-jdk -./configure --with-java-jdk=/usr/lib/jvm/java-gcj --with-jni-interface +dependency: openjdk-7-jdk +./configure --enable-jni-interface +Note that the OpenJDK 7 is used for development and continuous integration thus +we directly support that version for this library. However, it has been tested +with OpenJDK 6 also. Please let us know if other Java version (commercial or +not) work with this library. 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