Introduction
to Computer
Graphics

Fall 2000

To send anonymous email to course staff:

 


Frequently Asked Questions:

How do I compile Java on Athena?

At the Athena prompt say:

add java

This will add all the java software to your path, including the java compiler 'javac'.

Now do:

javac *.java

This will generate the necessary .class file