Editor: dynam is a diminutive build tool to compile, archive and install Java code.
n its simplest form, dynam can be invoked without any parameters:
% dynam
Compiling "ZOE"...
Archiving...
Installing...
Done.
Alternatively, dynam can be invoked with the path of the directory to build:
% dynam /Path/To/Directory/To/Build
classpath
Dydoc uses Sun’s tools.jar for its inner working. Make sure it’s available somewhere in your classpath.
configuration
dydoc uses 3 optional System Properties:
-Dlib.dir=/Path/To/Jars/Directory