Add TRACEPOINT_EVENT java instrumentation wrapper
[lttng-ust.git] / java / README
index 358866fed99cb20936103974232e88d48acc8f90..ecc27ef6d27b2ca440cadc5b7d8d52b12eb582da 100644 (file)
@@ -1,3 +1,15 @@
 This directory contains a simple API for instrumenting java applications.
 
-Look at the example in the tests/java directory for usage.
+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
+
+Our testing shows that sun java6 and openjdk 6 build fine, but not gcj
+4.4.
This page took 0.024897 seconds and 4 git commands to generate.