|
The Java general-purpose library is intended to mirror the functionality of the C++ library, but instead of using the core interfaces it is entirely implemented in terms of Java standard library. In other words, the Java YAMI4 library is a stand-alone component that can be used without dependency on other YAMI4 components.
The following commands are sufficient to compile the Java library:
$ cd src/java $ ant
After compilation the yami4.jar
file will be created in the lib
directory.
The doc/java
directory contains the generated API documentation for this library.