Changes between Version 2 and Version 3 of JavaSupport


Ignore:
Timestamp:
Nov 19, 2012 10:42:25 PM (11 years ago)
Author:
Mei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaSupport

    v2 v3  
    1 Native Java is supported by ABAC since 0.1.3
    21
    32[[TOC]]
     
    65
    76 * [wiki:Documentation Main ABAC documentation] (still applies to Java)
    8  * [/java/doc/ Javadoc]
     7 * [source:/swig/java/doc@mei_rt2 Javadoc]
    98
    109The API presented by Java ABAC is nearly identical to that presented by the other supported languages. When in doubt, refer to the Javadoc.
     
    1413== Installation ==
    1514
    16 The Java code all lives in the [source:java Java subdirectory] of the main source tree.
     15The Java code all lives in the [source:/swig/java@mei_rt2 Java subdirectory] of the main source tree.
    1716
    1817=== Just Compile ===
     
    2827 * {{{all}}}: clean then compile and make docs
    2928 * {{{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)
    3231 * {{{jar}}}: build jabac.jar in build/jar/jabac.jar
    3332 * {{{doc}}}: greate API javadocs in ./doc