CSI 1102 Winter 2004 ,   Java Resources



JAVA 2 Platform, Standard Edition - Java compiler and interpretor
Download Java 2 Platform, Standard Edition 1.4 if you need it on your home machine. Download J2SE v 1.4.2_03, SDK (not J2EE, JRE or NetBeans).
 
Java documentation from Sun:  The Java 2 Platform API Specification     The Java Language Specification

Integrated developmet environment (IDE). There are many. One of them, that we use in the labs, is RealJ.


Java examples from the textbook. You can try them in the lab. Here is a zip file with them


The co-inventor of Java: James Gosling from Sun.  He is Canadian :-)

In the lab, if you want to compile and run Java applications from the command line, you can use Junit, ConnectorJ or AspectJ.
(To make it available for use with the jdk from the command line, execute  junit.bat or connectorj.bat or aspectj.bat from the DOS prompt.)