aboutsummaryrefslogtreecommitdiff
path: root/bindings/java/README
blob: f64ba8abe75042a21edff0c421ff880d403d9f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
			   ppamltracer-java, v0.2.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.