src: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-java / README.md
CommitLineData
71ca2509
MJ
1<!--
2SPDX-FileCopyrightText: 2010 Pierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
3
4SPDX-License-Identifier: CC-BY-4.0
5-->
6
1ffa770b
PMF
7This directory contains a simple API for instrumenting java applications.
8
2b6f8df9
MD
9Configuration examples to build this library:
10
d880b43f 11dependency: openjdk-7-jdk
71ca2509
MJ
12
13 ./configure --enable-jni-interface
3077257a 14
d880b43f
DG
15Note that the OpenJDK 7 is used for development and continuous integration thus
16we directly support that version for this library. However, it has been tested
17with OpenJDK 6 also. Please let us know if other Java version (commercial or
18not) work with this library.
3077257a
AM
19
20After building, you can use the liblttng-ust-java.jar file in a Java project.
21It requires the liblttng-ust-java.so* files (which get installed when doing
22`make install') so make sure those are in the linker's library path.
This page took 0.036038 seconds and 4 git commands to generate.