From 9cd274a503cc5f761744ed1f67878939f58ecfa6 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Thu, 17 Jan 2019 21:24:53 +0100 Subject: [PATCH] [docs] Update install Correct incorrect java/antlr command line argument, ref. issue #666 --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 10e5177b..c363c6d8 100644 --- a/INSTALL +++ b/INSTALL @@ -270,7 +270,7 @@ wrapper, create one as follows: #!/bin/sh CLASSPATH=... - exec /path/to/java -cp $CLASSPATH org.antlr.Tool "@" + exec /path/to/java -cp $CLASSPATH org.antlr.Tool "$@" Adjust the CLASSPATH as needed so that Java will find all the jars needed by ANTLR3.