File: README

package info (click to toggle)
ust 2.9.0-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,812 kB
  • sloc: ansic: 28,200; sh: 12,314; java: 1,776; makefile: 1,155; python: 687; cpp: 177
file content (15 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.