Documentation Installation Instructions
for Java 2 Platform Standard Edition 5.0
|
 |
You should have approximately 165 MB of free disk space before
installing the documentation.
Install the Java 2 Platform Standard Edition 5.0 documentation by
following these steps:
1.
Where to unbundle your documentation
You can install the documentation inside your JDK directory
or in any other location you prefer.
Unbundling the JDK 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 | | | | |
|
2.
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 unbundle the documentation bundle using the zip utility:
C:> unzip jdk-1_5_0-doc.zip
You can also unbundle the .zip file using the JDK's
jar utility:
C:> jar xvf jdk-1_5_0-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 jdk-1_5_0-doc.zip
Unzipping the documentation bundle creates a docs/
directory containing your Java 2 Platform documentation.
3.
View the documentation
Open the docs/index.html page in a browser. This
is the front page and table of contents of the JDK documentation.
|