本文主要是介绍The program 'jps' can be found in the following packages: * openjdk-8-jdk-headless * openjdk-9-jdk,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
参考:https://www.chendalei.com/jps_can_be_found
输入env 查看系统环境变量是否存在JAVA_HOME,发现不存在。
在~添加JAVA环境变量:
root@xxxx:~# vim ~/.profile
在末尾添加:
root@xxxx:~# source ~/.profile
再次查看env,JAVA_HOME已成功添加
这篇关于The program 'jps' can be found in the following packages: * openjdk-8-jdk-headless * openjdk-9-jdk的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!