Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 651 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 651 Bytes

##Sample codes from ITEC programming sequence

Running the sample codes in the command line

Each folder is a source directory with its own build file.

// cd into any Introduction, Intermediate or Advanced 
cd Introduction

// compile source with ant
ant

// execute any class
java week01/Addition

// clean .class files
ant clean

Running the sample codes in Eclipse

Open Eclipse and click on File then New then Other.

Under the Java folder, click on the Java Project from Existing Ant Buildfile wizard.

References

Java 7 API