From 06a44e79d3d8eb0ee5aa91390db768c48645b776 Mon Sep 17 00:00:00 2001 From: parrt Date: Tue, 24 Nov 2020 10:28:39 -0800 Subject: [PATCH] tweak 1.6->1.7 java --- doc/getting-started.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 27378b020..2bc998e64 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -12,7 +12,7 @@ If you are going to integrate ANTLR into your existing build system using mvn, a ### UNIX -0. Install Java (version 1.6 or higher) +0. Install Java (version 1.7 or higher) 1. Download ``` $ cd /usr/local/lib @@ -38,7 +38,7 @@ $ alias grun='java -Xmx500M -cp "/usr/local/lib/antlr-4.9-complete.jar.jar:$CLAS (*Thanks to Graham Wideman*) -0. Install Java (version 1.6 or higher) +0. Install Java (version 1.7 or higher) 1. Download antlr-4.9-complete.jar (or whatever version) from [https://www.antlr.org/download/](https://www.antlr.org/download/) Save to your directory for 3rd party Java libraries, say `C:\Javalib` 2. Add `antlr-4.9-complete.jar.jar` to CLASSPATH, either: @@ -138,3 +138,4 @@ The book has lots and lots of examples that should be useful too. You can downlo Also, there is a large collection of grammars for v4 at github: [https://github.com/antlr/grammars-v4](https://github.com/antlr/grammars-v4) +/ \ No newline at end of file