Error: Could not find or load main class org.antlr.v4.Tool Antrl4

Viewed 15265

I want to use Antlr to create parser and i followed instruction from

Here

after following all instruction while I am running following command antlr4 -visitor D:\T\arithmetic.g4 I am getting this error msg: Error: Could not find or load main class org.antlr.v4.Tool

using this jar file : C:\Program Files\Java\lib\antlr-4.6-complete.jar

1 Answers
Related