centos安装jdk

前端之家收集整理的这篇文章主要介绍了centos安装jdk前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  • 查看yum库中都有哪些jdk版本
    [root@localhost ~]# yum search java|grep jdk
  • 安装1.8.0的版本
    [root@localhost ~]# yum install java-1.8.0-openjdk

  • 修改环境变量如下:
    vi /etc/profile

    执行source /etc/profile 生效

  • 查看版本

原文链接:https://www.f2er.com/centos/374761.html

猜你在找的CentOS相关文章