The Java code lives in the swig/java subdirectory. The package should contain all dependencies necessary for building/installing Java binding after main ABAC build which will generate the Java JNI via SWIG SIMPLE BUILD ant all OTHER OPTIONS The following ant targets are supported: all: clean then compile and make docs compile: build the library run-setup: run Setup.java to test ABAC credentials creation run-test: run Setup.java and ProverTest.java to test ABAC query (params in target) jar: build jabac.jar in build/jar/jabac.jar doc: greate API javadocs in ./doc dev-doc: create developer API javadocs in ./dev-doc (includes package/private/protected functions) clean: remove created files (includes .der and .pem in this directory) -