X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-java%2FREADME;h=d2ca47810d11b2f34f63ee46a34680084efff3d8;hb=HEAD;hp=4b4d2c6ec45a99c217243661b1cdb47312540228;hpb=3077257a98b1ad40591797d51f68f94d24099875;p=lttng-ust.git diff --git a/liblttng-ust-java/README b/liblttng-ust-java/README deleted file mode 100644 index 4b4d2c6e..00000000 --- a/liblttng-ust-java/README +++ /dev/null @@ -1,17 +0,0 @@ -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 - - -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.