Java Help


Content


Introduction

As we all know JAVA is the product of Sun. It becomes to be the new programming standard for web applications. It also required as a basic programming language for various of CS courses, such as CS542, CS561, CS536 etc.

Environment

Ok, now assume we are going to do the JAVA project for our courses. We usually have following choices. We can select one of the following UNIX machines, or we can do it on a PC. Here is a list of UNIX machines and the versions of JAVA virtual machine installed on it.
Machine Version of Java Virtual Machine
penguin.wpi.edu 1.1.4
bert.wpi.edu 1.2.2-1 (J2SDK.v.1.2.2:09/30/1999-19:00, native threads, jit_122)
falcon.wpi.edu 1.2 (JavaVM-1.2_NIGHTLY_1999.03.31, native threads, sunwjit)
crane.wpi.edu 1.2.1 (Solaris_JDK_1.2.1_03, native threads, sunwjit)
toucan.wpi.edu 1.2.1 (Solaris_JDK_1.2.1_03, native threads, sunwjit)
wpi.wpi.edu 1.2.2-2 (J2SDK.v.1.2.2:09/30/1999-19:00, native threads, jit_122)
reno.wpi.edu 1.2.2-2 (J2SDK.v.1.2.2:09/30/1999-19:00, native threads, jit_122)

Reference

Books: Hmm, there are a lot of good JAVA books you can get start. These are the books that I used very often. Want more about tutorial books? Check: http://java.sun.com/docs/books/tutorial/book.html.

In general, Sun has suggested a list of books about JAVA programming. The address is at: http://java.sun.com/docs/books. External References: There are a lot references from Sun's homepage. Here we selected some of the most popular accessed web sites as the reference.
Internal References: There are also a lot of machines that already have some version of the documents downloaded. If you want a faster access, then you can try the following links:

Java Tutorial

The CS-GSO has conducted a Java-Tutorial on October 25, 1999. This section contains the material that was prepared for the tutorial. It also contains a number of Java programs that were not presented in the lecture. They cover a large part of what you are likely to need in Java.

As always: To download something rather than just seeing it on the screen, hold the SHIFT-key while clicking.

Last modified by CS-GSO, Sunday, 27-Nov-2005 09:05:43 EST