X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=src%2Flib%2Flttng-ust-java%2FREADME;fp=src%2Flib%2Flttng-ust-java%2FREADME;h=0000000000000000000000000000000000000000;hp=d2ca47810d11b2f34f63ee46a34680084efff3d8;hb=71ca25096f065a790cd0482d6be15dbc90970bc4;hpb=8091b5d576a6053856e373c27ec0b2bdb01f428f diff --git a/src/lib/lttng-ust-java/README b/src/lib/lttng-ust-java/README deleted file mode 100644 index d2ca4781..00000000 --- a/src/lib/lttng-ust-java/README +++ /dev/null @@ -1,15 +0,0 @@ -This directory contains a simple API for instrumenting java applications. - -Configuration examples to build this library: - -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 -`make install') so make sure those are in the linker's library path.