Sun Microsystems, Inc 

Installing JDK Documentation

Version 1.1.6
Installation Notes
Where to unpack your documentation
If you have already installed JDK 1.1.6, you must unpack the documentation file in the parent directory of the jdk1.1.6 directory. 

You can install the documentation without first having installed JDK 1.1.6. However, if you install the JDK after installing the documentation, you must unpack the JDK download file in the same directory level from which you unpack the documentation file.

Unpacking your documentation
Before unpacking, make sure the documentation file is in the same directory from which you unpacked the JDK software file. Unpack the documentation using the appropriate utility: unzip, gunzip, pkunzip, uncompress, tar, or winzip. Your utility must support long file names.

For .zip files:
% unzip jdk116-doc.zip

For .tar.gz files:
% gunzip jdk116-doc.tar.gz
% tar xvf jdk116-doc.tar

For .tar.Z files:
% uncompress jdk116-doc.tar.Z
% tar xvf jdk116-doc.tar

Unpacking the documentation bundle creates a jdk1.1.6/docs/ directory containing your JDK documents.

JDK directory tree
Installing the JDK software and documentation creates the following directory structure:

                          jdk1.1.6
    _________________________|________________
   |   |   |   |  |   |  |     |   |   |     |   
README |   |   | bin  |  | src |  docs index.html
   CHANGES | LICENSE lib |    demo |
       COPYRIGHT      include      |
                      _____________|_______
                      |   |      |   |     |
                     api  |      | guide index.html
                      | tooldocs |   |     
                          |   relnotes
                                 |
If you don't unpack the documentation in the proper directories, the HTML links from docs/index.html to the README, CHANGES, COPYRIGHT, LICENSE, and demo files will be broken.

The src directory shown above originally appears as a src.zip file in the Solaris installation. You must manually unzip src.zip if you want to access the Java source files.

A good place to start browsing your JDK documentation is from the index.html file in the docs directory. 


Copyright © 1996, 19 98 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303-4900 USA. All rights reserved.

To submit comments or suggestions about the JDK, please send mail to the most appropriate engineering team from the list at JavaSoft email addresses.