Hi When I try to compile this simple class (test.java): class Test { } I get the following error message: java% javac test.java error: java.io.IOException: read error 1 error Does anybody know what the problem is, or how to fix it? Cheers