ANTLR4 on Java 8

Hi all, is there any way to use ANTLR4 on Java 8 ?
Looks like it works only on 11+
Thanks
Luca

Hi, older versions of ANTLR4 (I think < 4.10 but please verify) work on Java 8.
IIRC newer versions require Java 11 but only the ANTLR tool itself does; the generated parsers are still Java8 compatible.

1 Like