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.
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.
Add a comment
You are not allowed to comment on this entry as it has restricted commenting permissions.