Java Resources

Our Java Review
From the Java Web Site
Sun's Java JDK 1.4.2 (the actual JDK library) click here for detailed instructions on how to set up this JDK with JCreator.
Sun's Java API 1.4.2 (libraries) Javadoc generated documentation of the Java 1.1 standard libraries. Come here to find out how to use some of the standard classes. ( 1.2 )
Sun's Java Tutorial Learn how to write Java programs. Understand how to use some of the specialized packages.
Sun's Java Language Specification A guide on the syntax of the Java language.
Sun's Java Code Convention A good style guide for writing Java programs. Very good tips on how to make your code readable and understandable.
Sample UW Java Project A sample project can be found here to demonstrate some CS 134 Waterloo documentation conventions.
IO in Java Some hints and examples on working with files in Java. See the becker package below for information on the TextInput, TextOutput, and ConsoleInput classes.
becker Documentation on the becker io package (from cs13x). Download the becker library here. You will then need to configure your Java processor to use this library archive.

This page is maintained by the CS 124 Tutors.