Tools

PPT autotest report PDF generator

This takes the email you get from ids - the second one, with your students' code in - and generates a pdf to be printed 2-up from it. It's an executable jar file so you should just be able to double click on it in Windows, and it'll work in Linux too.

Save the email into a text file and run the tool.


Debugger class for Java

A useful class which allows you to easily output debug statements to different streams from different classes, to set severities and (best of all) to have the current source line number or call stack displayed.