![]() |
README Frequently Asked Questions Javadoc index or Help Documentation Java Cryptography Extension Specification Utility scripts Copyright and License |
Cryptix Development Team |
javadoc
documentation is accessible here:
If the above links do not work
then the documentation is not installed or built.
To download, go back to the mirror site near you (see mirror site ).
If you have the Source distribution, you can build your own Javadoc tree. To generate, do one of these:
build.bat
(within this directory)
build.sh
(within this directory)
util/build_javadoc.sh
(from top, Unix only)
Here's some more extensive notes on the use of makedocs.sh
:
If you prefer to build the documentation using javadoc, first unzip the src.zip file that came with the JDK (if you haven't already done so), and set the JDK_SOURCE environment variable to that directory. Make sure the Cryptix source release is in the current directory, then run a script depending on your operating system:
- Under Unix, enter
JDK_SOURCE=/path/to/jdk/src sh util/makedocs.shReplace the first line above with "setenv JDK_SOURCE /path/to/jdk/src" for csh-like shells.
- Under NT or Windows 95 (from a command prompt), enter
set JDK_SOURCE=C:\path\to\jdk\src util\makedocsYou will need a reasonable amount of free memory to do this (about 12 MB).