blob: b5d4bfb7035c5593448eda9d3cfb6cfe9d0a2b37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
ppamltracer-java, v0.1.0
This package contains Java bindings to ppamltracer. They require Java SE 5 or
later.
This package uses the Java Native Interface. Therefore, building it produces
two artifacts: a jar, which you should install in your CLASSPATH, and a shared
library, which you should install in your LD_LIBRARY_PATH. If you have both
Ant and autotools installed, simply typing `ant' will build both artifacts and
install them in the `dist' directory.
For examples of use, see the examples directory.
|