Skip to content

Commit 1df58f7

Browse files
committed
update getting started document to say java 11
Signed-off-by: Terence Parr <[email protected]>
1 parent f1df316 commit 1df58f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/getting-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Or just download in browser from website:
2222
[https://www.antlr.org/download.html](https://www.antlr.org/download.html)
2323
and put it somewhere rational like `/usr/local/lib`.
2424

25-
if you are using lower version jdk, just download from [website download](https://github.com/antlr/website-antlr4/tree/gh-pages/download) for previous version, and antlr version before 4.10.1 support jdk 1.8
26-
2725
2. Add `antlr-4.10.1-complete.jar` to your `CLASSPATH`:
2826
```
2927
$ export CLASSPATH=".:/usr/local/lib/antlr-4.10.1-complete.jar:$CLASSPATH"
@@ -40,7 +38,7 @@ $ alias grun='java -Xmx500M -cp "/usr/local/lib/antlr-4.10.1-complete.jar:$CLASS
4038

4139
(*Thanks to Graham Wideman*)
4240

43-
0. Install Java (version 1.7 or higher)
41+
0. Install Java (version 11 or higher)
4442
1. Download antlr-4.10.1-complete.jar (or whatever version) from [https://www.antlr.org/download.html](https://www.antlr.org/download.html)
4543
Save to your directory for 3rd party Java libraries, say `C:\Javalib`
4644
2. Add `antlr-4.10.1-complete.jar` to CLASSPATH, either:

0 commit comments

Comments
 (0)