book.html | TOC | CD-ROM | References | Errata | Tutorial Trail Map

CD-ROM Information (second edition)

The Java Tutorial CD-ROM includes the following:

  The Java Tutorial   API Documentation
  The Java Development Kit   The Java Platform White Paper
  The HotJava Browser   Java Code Conventions

Check out the latest Sun Microsystems' Java product releases at: http://java.sun.cam/products/index.html.

You can download trial versions of Java WorkShop (TM) 2.0 and Java Studio (TM) 1.0.

Sign up for the Java Developer Connection to get early access to Sun Microsystems' Java products, including the latest JDK and JFC. (It's also free!)


The Java Tutorial
URL:
http://java.sun.cam/docs/books/tutorial/index.html
CD-ROM Folder: JavaTutorial (The first page starts with index.html)

The Java Tutorial is the HTML version of the book.

[top]


The Java Development Kit
URL:
http://java.sun.cam/products/jdk/1.1/
CD-ROM Folder: JDK1.1.5 and JDK1.0.2

The Java Development Kit (JDK) contains what you need to start programming in Java, and is free. We've included both JDK 1.1.5 and 1.0.2 on this CD-ROM.

JDK 1.1.5 is the latest major release of the JDK as this book went to press. It includes: Internationalizaton, Security, JavaBeans, JAR, RMI, Object Serializaton, JDBC, Inner Classes, JNI, and enhancements to AWT, IO, Net and Math.

JDK 1.1.5 is available on the following platforms:
Operating System JDK Version
Microsoft Windows 95 / NT 4.0 1.1.5 Final
Sun Solaris 2.4, 2.5, 2.5.1, 2.6 SPARC 1.1.5 Final
Sun Solaris 2.5, 2.5.1, 2.6 x86 1.1.5 Final
  Note - The JDK will not work on Windows NT 3.51.

You can find a list of third-party Java ports of the most recent JDKs here: http://java.sun.cam/cgi-bin/java-ports.cgi.

Note to Developers: You cannot re-ship the JDK with your product. Please check out the Java Runtime Environment Web pages (http://java.sun.cam/products/jdk/1.1/jre/index.html) for information on re-shipping the JRE with your product instead of the JDK.

[top]


API Documentation
URL:
http://java.sun.cam/products/jdk/1.1/docs/index.html
CD-ROM Folders: JDK1.1.5/API-Docs and JDK1.0.2/API-Docs

We've included the API documentation for both JDK 1.1.5 and 1.0.2. The zipped documentation for JDK 1.1.5 can also be found in the folders: JDK1.1.5\Solaris\zipped-docs\ and JDK1.1.5\Windows\zipped-docs\.

[top]


The HotJava Browser
URL:
http://java.sun.cam/products/hotjava/1.1/
CD-ROM Folder: HotJava

A lightweight, highly customizable solution for OEMs and developers creating Web-enabled devices and applications. HotJava Browser's small footprint makes it an ideal, scalable solution for a variety of devices--from NCs to PCs.

HotJava Browser 1.1 includes all the features of HotJava Browser 1.0 plus performance improvements, enhanced stability, and the HotJava HTML Component. For more information about obtaining a source code license (or commercial binary license), see Doing Business with JavaSoft.

[top]



The Java Platform White Paper
URL:
http://java.sun.cam/docs/white/platform/CreditsPage.doc.html
CD-ROM Folder: Whitepaper (The first page starts with CreditsPage.doc.html)

The Java Platform White Paper by Doug Kramer describes the runtime environment known as the "Java Platform" and names the operating systems that are embedding it. Describes JavaChip(tm), JavaOS(tm), and class libraries.

[top]


Java Code Conventions
URL:
http://java.sun.cam/docs/codeconv/html/CodeConventionsTOC.doc.html
CD-ROM Folder: CodeConventions (The first page starts with index.html)

This document is based on the C++ Programming Style document from the DOE project, which is based on C Style and Coding Standards at Sun. Major contributions are from Peter King, Patrick Naughton, Mike DeMoney, and Jonni Kanerva.

[top]


CD-ROM Problems and Solutions

No problems have been reported at this time.


book.html | TOC | CD-ROM | References | Errata | Tutorial Trail Map