All entries for Tuesday 28 February 2006
February 28, 2006
Rule Compiler: JavaCC and Java 1.5
Just a note-to-self to say that the rules.java file produced by JavaCC needs to be compiled using:
javac -source 1.4 rules.java
Otherwise it breaks. Horribly.