Compiling the Java Source Code

The Java source code must be compiled using the Java compiler javac. To compile on a Unix workstation, type the following at the operating system prompt:

 $javac Example.java 

Or if your using Code Warrior choose "compile" from the "Project" menu.



Send comments and suggestions to jdecarolis@clarku.edu
Last updated 10 October 1997