Using javacc
843810May 11 2009 — edited May 15 2009I have downloaded javacc onto my Windows XP (64bit) system, and have almost successfully generated a calc.jj application. However, upon using javac, I get the message that "file does not contain class ASTStart".
This is not surprising because neither ASTStart.java or ASTStart.class are anywhere on my system. What do I download which will put ASTStart on my system?