Changes between Version 7 and Version 8 of JavaSupport
- Timestamp:
- Jul 17, 2013 12:05:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaSupport
v7 v8 5 5 jabac is a native java implementation of libabac, based on the Jung graph libraries. It developed alongside the C libabac library, and the API is the same in general, but there are some differences in detail. Some calls take slightly different parameters and the whole thing takes more advantage of the java object framework. The jibrary has complete [http://abac.deterlab.net/javadoc/index.html javadocs on the site] as well as in the distribution. 6 6 7 The java is distributed in the [http://abac.deterlab.net/src/abac-0.1. 4.tar.gz main source distribution] and full sources are in [WikiStart#TrackingDevelopment the usual source code reops].7 The java is distributed in the [http://abac.deterlab.net/src/abac-0.1.5.tar.gz main source distribution] and full sources are in [WikiStart#TrackingDevelopment the usual source code reops]. 8 8 9 9 10 10 == Installing from Source == 11 11 12 Download the [http://abac.deterlab.net/src/abac-0.1. 4.tar.gz main distribution] and [WikiStart#SoftwareDependencies install the java dependencies.] Those are a JVM and the ant build system. Everythine else is in the distribution. From there you can build the distribution:12 Download the [http://abac.deterlab.net/src/abac-0.1.5.tar.gz main distribution] and [WikiStart#SoftwareDependencies install the java dependencies.] Those are a JVM and the ant build system. Everythine else is in the distribution. From there you can build the distribution: 13 13 14 14 {{{ 15 $ cd abac-0.1. 4/java15 $ cd abac-0.1.5/java 16 16 $ ant all 17 17 }}} 18 18 19 That target creates the jabac jar file (in {{{build/jabac-1. 4.jar}}}) and the java docs for users (in {{{doc}}}) and developers (in {{{dev-doc}}}). You can run regression tests using:19 That target creates the jabac jar file (in {{{build/jabac-1.5.jar}}}) and the java docs for users (in {{{doc}}}) and developers (in {{{dev-doc}}}). You can run regression tests using: 20 20 21 21 {{{