Java for Project 1

Since the architecture source codes and your group's codes are found in two separate directories, here is some help on how to compile and run your project.   But first, it is a good software development style to also have a separate directory for your executables.   In this way, you won't inadvertently check into your CVS directory all .class files.

NOTE:

Creation of an executable directory

Go to your working root:

Create the directory   (I would use the name bin)

Compilation

Remember from the CVS for Project 1 page that you should work under your working directory.   You must be in this directory while compiling.

Execution

When you are ready to execute, got to your bin directory and run your Java code from there.

NOTE: