Java/OpenJDK11

Install

[centos@localhost bin]$ ./java -version
openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
[centos@localhost bin]$ ./javac -version
javac 11.0.2
[centos@localhost bin]$ ./jshell
Feb 09, 2019 9:13:05 AM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
|  Welcome to JShell -- Version 11.0.2
|  For an introduction type: /help intro

jshell>

Java/OpenJDK11 (last edited 2019-04-04 16:56:45 by localhost)