[docs] Update install

Correct incorrect java/antlr command line argument, ref. issue #666
This commit is contained in:
ejurgensen 2019-01-17 21:24:53 +01:00 committed by GitHub
parent 741825d086
commit 9cd274a503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,7 +270,7 @@ wrapper, create one as follows:
#!/bin/sh #!/bin/sh
CLASSPATH=... 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 Adjust the CLASSPATH as needed so that Java will find all the jars needed
by ANTLR3. by ANTLR3.