centos7使用命令安装javaJDK

查看java版本

yum search java | grep -i --color JDK

安装

yum install java-1.8.0-openjdk* -y

你可能感兴趣的:(linux)