= Java/OpenJDK11 =

== Install ==
 * cd ~
 * wget https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz
 * tar xvzf openjdk-11.0.2_linux-x64_bin.tar.gz
 * cd jdk-11.0.2/bin

{{{
[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>
}}}