Make a note personally. Put java8 in centos7. This time I will put it in yum.
$ yum search openjdk
I will put in the one that starts with java-1.8.0
$ yum install java-1.8.0-openjdk.x86_64
$ yum install java-1.8.0-openjdk-devel.x86_64
$ java -version
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-b15)
OpenJDK 64-Bit Server VM (build 25.111-b15, mixed mode)
Recommended Posts