From 3591ee0b51c6bb914f7ef0749182306fefe9cc18 Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Fri, 22 Jul 2022 12:26:00 -0700 Subject: [PATCH] update getting started document to say java 11 Signed-off-by: Terence Parr --- doc/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 58b2c1de89..6e3ec37b76 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.7 or higher) +0. Install Java (version 11 or higher) 1. Download ``` $ cd /usr/local/lib @@ -38,7 +38,7 @@ $ alias grun='java -Xmx500M -cp "/usr/local/lib/antlr-4.10.1-complete.jar:$CLASS (*Thanks to Graham Wideman*) -0. Install Java (version 1.7 or higher) +0. Install Java (version 11 or higher) 1. Download antlr-4.10.1-complete.jar (or whatever version) from [https://www.antlr.org/download.html](https://www.antlr.org/download.html) Save to your directory for 3rd party Java libraries, say `C:\Javalib` 2. Add `antlr-4.10.1-complete.jar` to CLASSPATH, either: