Log in to fissure (through Remote Connections on the lab PC). Navigate ('cd' command) to the directory that contains your HiQ Java files (HiQ.java, HiqBoard.java and HiQWindow.java). This is somewhere on your G:drive - which is the 'pc' directory on fissure. type: /primula/Courses/csca08/runcheckstyle (hit "return", of course - and don't forget that the command must be exactly like this; fissure is case-sensitive) Currently, this program checks the above-named three A3 files only. There will be three new files in your directory: checkstyle-summary.txt gives a summary of your results; checkstyle-details.txt reports the details. (checkstyle-errors.txt is usually empty, it contains errors found with running the checkstyle program itself - you can ignore this, unless it's not empty, in which case talk to your instructor.) You can re-run the program as many times as you need to. Please let me know if you have problems running this.