CSC 103 Lab Notes Week 1
Getting Started with Assignment 1
Confirm your understanding of these UNIX commands by reading about them in the users guide on Fundamental UNIX Commands (AIX20102), available at http://www.calpoly.edu/~ias/userguides/CentralUNIX.cd ~ mkdir csc103 chmod go-rx csc103
Copy the GeneralList.class and GeneralListTest.java files in the same manner.cd ~/csc103 cp ~gfisher/classes/103/assignments/1/GeneralList.java .
echo "setenv CLASSPATH latte/home/faculty/gfisher/classes/103/lib:." >> ~/.cshrc source ~/.cshrc
cd ~/csc103 javac -g GeneralListTest.java java GeneralListTest
man javac man java
bluej