Skip to content

Commit

Permalink
update getting started document to say java 11
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <parrt@antlr.org>
  • Loading branch information
parrt committed Jul 22, 2022
1 parent 88b8e76 commit 3591ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 3591ee0

Please sign in to comment.