source: doc/java_install @ f89b991

mei_rt2
Last change on this file since f89b991 was ced90bc, checked in by Mei <mei@…>, 11 years ago

1) add a single threaded java test prover script

  • Property mode set to 100644
File size: 809 bytes
Line 
1The Java code lives in the swig/java subdirectory.
2
3The package should contain all dependencies necessary for
4building/installing Java binding after main ABAC build which
5will generate the Java JNI via SWIG
6
7SIMPLE BUILD
8
9    ant all
10
11OTHER OPTIONS
12
13The following ant targets are supported:
14
15    all: clean then compile and make docs
16    compile: build the library
17    run-setup: run Setup.java to test ABAC credentials creation
18    run-test: run Setup.java and ProverTest.java to test ABAC query
19              (params in target)
20    jar: build jabac.jar in build/jar/jabac.jar
21    doc: greate API javadocs in ./doc
22    dev-doc: create developer API javadocs in ./dev-doc (includes
23            package/private/protected functions)
24    clean: remove created files (includes .der and .pem in this directory)
25-
Note: See TracBrowser for help on using the repository browser.