# First set the JUNIT classpath : export PROG_WKSHOP=/var/www/cs/htdocs/courses/spring2006/programming_workshop export JUNIT=$PROG_WKSHOP/code/junit/junit3.8.1 export CLASSPATH=$CLASSPATH:$JUNIT/junit.jar # Then compile : javac *.java # which gives this : # mahoney@cs week_five.attachments$ . readme_jim.txt # boardTest.java:81: cannot find symbol # symbol : method whosTurn() # location: class board # assertEquals(myTurn,my_board.whosTurn()); # ^ # 1 error # mahoney@cs week_five.attachments$