美文网首页
bash: jps: command not found

bash: jps: command not found

作者: 抄无止境 | 来源:发表于2020-09-08 11:59 被阅读0次

    解决方案三种思路
    1.检查是否配置了jdk全局变量;

    cat /etc/profile
    

    2.检查

    
    

    3.安装命令

    [root@maven-test ~]# yum install -y  java-1.8.0-openjdk-devel
    

    相关文章

      网友评论

          本文标题:bash: jps: command not found

          本文链接:https://www.haomeiwen.com/subject/qcjdektx.html