Fix: race between statedump and library destructor
[lttng-ust.git] / liblttng-ust-java / README
index 4b4d2c6ec45a99c217243661b1cdb47312540228..d2ca47810d11b2f34f63ee46a34680084efff3d8 100644 (file)
@@ -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
This page took 0.023092 seconds and 4 git commands to generate.