[antlr-interest] ASTFrame usage?

Ric Klaren ric.klaren at gmail.com
Fri Jul 22 06:28:12 PDT 2005


On 7/21/05, Paul Johnson <gt54-antlr at cyconix.com> wrote:
> The new code compiles Ok with with javac, but the interpreter always
> comes up with the same error whatever I do ("Exception in thread "main"
> java.lang.NoClassDefFoundError: antlr/collections/AST").

Did you forget to specify the classpath while running java ?

e.g. java -classpath .:/x/y/z/antlr.jar <mainclass>

Cheers,

Ric


More information about the antlr-interest mailing list