aboutsummaryrefslogtreecommitdiff
path: root/bindings/java/README
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbarenblat@galois.com>2014-01-13 15:56:57 -0800
committerGravatar Benjamin Barenblat <bbarenblat@galois.com>2014-01-13 15:56:57 -0800
commitb69ec3f6d953e67422dd32b72688cba850fd1b2e (patch)
treea24e664807c19bd3b50f504ce0d33df24f135a23 /bindings/java/README
Initial commit
Diffstat (limited to 'bindings/java/README')
-rw-r--r--bindings/java/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/bindings/java/README b/bindings/java/README
new file mode 100644
index 0000000..b5d4bfb
--- /dev/null
+++ b/bindings/java/README
@@ -0,0 +1,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.