Changes between Version 2 and Version 3 of JavaSupport
- Timestamp:
- Nov 19, 2012 10:42:25 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaSupport
v2 v3 1 Native Java is supported by ABAC since 0.1.32 1 3 2 [[TOC]] … … 6 5 7 6 * [wiki:Documentation Main ABAC documentation] (still applies to Java) 8 * [ /java/doc/Javadoc]7 * [source:/swig/java/doc@mei_rt2 Javadoc] 9 8 10 9 The API presented by Java ABAC is nearly identical to that presented by the other supported languages. When in doubt, refer to the Javadoc. … … 14 13 == Installation == 15 14 16 The Java code all lives in the [source: javaJava subdirectory] of the main source tree.15 The Java code all lives in the [source:/swig/java@mei_rt2 Java subdirectory] of the main source tree. 17 16 18 17 === Just Compile === … … 28 27 * {{{all}}}: clean then compile and make docs 29 28 * {{{compile}}}: build the library and test programs 30 * {{{run- test}}}: run a simple test program in !GraphTest.java (params in target)31 * {{{run- dump}}}: run a program to dump a certificate in ASN1(params in target)29 * {{{run-setup}}}: run a simple test program in !SetupTest.java 30 * {{{run-test}}}: run a simple test program in !ProverTest.java(params in target) 32 31 * {{{jar}}}: build jabac.jar in build/jar/jabac.jar 33 32 * {{{doc}}}: greate API javadocs in ./doc