46-935 Java Installation Help 1. The latest version is: Java SDK 1.4.1 2. Go to page "http://java.sun.com/j2se/1.4.1/download.html" and download SDK (not JRE) Windows all language: j2sdk-1_4_1_01-windows-i586.exe 3. The SDK 1.4.1 will be installed in c:\j2sdk1.4.1, so that path infor should be set accordingly. 4. java doc: it can be downloaded from the same page as java SDK 1.4.1 4.1 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 | | | | | You can install the documentation inside your Java 2 SDK installation or in any other location you prefer. 4.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 install the documentation bundle using the zip utility: C:> unzip j2sdk-1_4_1-doc.zip You can also install the .zip file using the Java 2 SDK's jar utility: C:> jar xvf j2sdk-1_4_1-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 Java 2 SDK documentation. Patrick