Sun Java Solaris Communities My SDN Account Join SDN
 
Documentation

Java 2 SDK Documentation Installation Instructions

 

Documentation Installation Instructions
J2SE 1.3.1

Japanese

You should have approximately 120 MB of free disk space before installating the documentation.

Install the J2SE 1.3.1 documentation by following these steps.

  1. Check the bundle size
  2. Where to unbundle your documentation
  3. Unbundle your documentation
  4. View the documentation
Check the bundle size
Check to see that the complete file was downloaded:
j2sdk-1_3_1-doc.zip        22577838 bytes
2. Where to unbundle your documentation
Unbundling the Java 2 SDK documentation creates a docs directory (folder) in the current directory, putting all the documentation inside that directory as shown here.
                           docs
         ___________________|_____________________
        |        |     |       |         |        |
    index.html guide  api   tooldocs  relnotes  images
                 |     |       |         |        |

3. Unbundle your documentation
Unbundle the documentation using the a zip-compatible utility such as winzip, unzip, gunzip, or pkunzip. Your utility must support long file names.

  • To install the documentation bundle using the zip utility:

    C:> unzip j2sdk-1_3_1-doc.zip

    You can also install the .zip file using the Java 2 SDK's jar utility:

    C:> jar xvf j2sdk-1_3_1-doc.zip

    Note: If you are using another tool that doesn't preserve path names by default, be sure to specify that path names be preserved. For example, if you are using pkunzip, specify -d:

    C:> pkunzip -d j2sdk-1_3_1-doc.zip

Unzipping the documentation bundle creates a docs/ directory containing your Java 2 Platform documentation.
4. View the documentation

Open the docs/index.html page in a browser. This is the front page and table of contents of the Java 2 SDK documentation.