чт, 27 окт. 2022 г. в 18:02, John Dale (DB2DOM) <[email protected]>: > > I had the same thought when I saw it. Here is java -version output complete: > > openjdk version "9-internal" > OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195526.buildd.src) > OpenJDK Server VM (build 9-internal+0-2016-04-14-195526.buildd.src, mixed > mode)
The first official release of Java 9 (GA release) was on 21 September 2017 [1][2] What you are seeing here (built in 2016) apparently is some early access stuff. As a whole, Java 9 has already reached its end of life. (LTS releases are Java 8, 11 and 17). [1] https://openjdk.org/projects/jdk9/ [2[ https://en.wikipedia.org/wiki/Java_version_history Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
