The root directory of the JDSL distribution contains the
following items:
index.html | This file. | ||
license.txt | The terms of the license under which you may use JDSL. | ||
installhelp.html | Details on how to set up your environment to use JDSL. | ||
revision-history.html | Details on the changes made between releases. | ||
lib/ | Compiled Java code for JDSL, in a JAR file. You should cause your Java virtual machine to look here for JDSL code to compile against (set your CLASSPATH to point to this JAR file). | ||
src/ | The source code for JDSL, as a directory hierarchy. | ||
overview/ | A paper describing the purpose, features, interfaces, and classes of JDSL, in PDF. | ||
doc/ | Detailed description of the programmer's interface to JDSL, in Javadoc format. You should start with index.html. | ||
tutorial/ | A few short examples of JDSL concepts and style. You should start with tutorial.html. |