javac --release 11 not support by jdk 12

Remi Forax forax at univ-mlv.fr
Fri Jul 13 18:31:48 UTC 2018


There is a weird bug with javac of jdk 12.

/usr/jdk/jdk-12/bin/javac --release 11
error: release version 11 not supported
Usage: javac <options> <source files>
use --help for a list of possible options

while javac --release 10 or javac --release 12 works ?

Rémi



More information about the core-libs-dev mailing list