|
||||||||||||||||||||||||||||||||
| |
||||||||||||||||||||||||||||||||
|
Advanced Java: Spring 2008 |
||||||||||||||||||||||||||||||||
|
On
this page |
||||||||||||||||||||||||||||||||
| java.sun.com (Sun website) www.cs.armstrong.edu/liang/intro6e (text author web site) mazeworks.com (games in Java) leepoint.net (Java Tutorial) |
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
|
I recommend that you download the Java SE compiler from the Sun web site as demonstrated in class or select one of the IDE linked through the text authors website. |
||||||||||||||||||||||||||||||||
|
General Compile/Run Instructions It is easiest to work from the C drive at Home and the G drive on Campus. If you work from the C Drive on campus when you are done working save your files on the A or other secure drive for later use (the C drives are clened each night). Remember if you are using any of the methods of a class you must have a copy of that class file in the same directory as is the file you want to compile). To Compile - when both the compiler and the file to be compiled on the C drive: 1. Get to the C prompt:
2. Enter the path to the instruction to compile the file (with the .java extension) and the name of the file to compile:
To Run - when both the compiler and the file to be run on the C drive: 1. Get to the C prompt:
2. Enter the path to the instruction to run the file and the name (with no extension) of the file to run:
|
||||||||||||||||||||||||||||||||
| |
||||||||||||||||||||||||||||||||
| Any
fool can know. The point is to understand. - Albert Einstein |