The Data Structures Library in Java
Contents of JDSL Standard Release 2.0
The root directory of the JDSL distribution contains the following
items:
- 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).
- overview/ -- A paper describing the purpose, features,
interfaces, and classes of JDSL, in
PDF (Acrobat).
- tutorial/ -- A few short examples of JDSL concepts and style. You
should start with tutorial.html.
- doc/ -- Detailed description of the programmer's interface to
JDSL, in Sun's standard Javadoc format. You should start with
index.html.
- installhelp.html -- Details on how to set up your environment
to use JDSL.
- revision-history.html -- Details on the changes made between releases.
- license-standard.txt -- a file containing the terms of the license under which you may use JDSL.
For more information about JDSL, please refer to the
JDSL webpage