[antlr-interest] trying to get the calc program working using Visual C++ 6.0

Thomas Dudziak tomdz at cs.tu-berlin.de
Mon Feb 17 08:02:05 PST 2003


The commandline seems to be wrong. You should use something like

%JAVA_HOME%\bin\java -classpath %PATH_TO_ANTLR%\antlr.jar antlr.Tool
${InputPath}

where PATH_TO_ANTLR is your antlr directory (you can also use
relative paths like ..\..\antlr.jar or the like), and JAVA_HOME to point
to your JDK or JRE root directory.

Tom



 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list