--
You received this message because you are subscribed to the Google Groups "antlr-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to antlr-discussi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It seems not a classpath issue, I resolved it by :
language=Java;tokenVocab=SQLLexer;}then:antlr4 SQLParser.g4javac *javagrun SQLParser sql -guiand it works