Skip to content

Sample codes from Georgia Gwinnett College's ITEC programming sequence (ITEC 2140, 2150, 3150)

Notifications You must be signed in to change notification settings

ggc-itec/ITEC-Source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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

About

Sample codes from Georgia Gwinnett College's ITEC programming sequence (ITEC 2140, 2150, 3150)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published