jps: command not found

it2022-05-09  36

在/etc/profile中添加javahome的 path

 

export JAVA_HOME=/usr/java/jdk1.8.0_131export PATH=$PATH:$JAVA_HOME/bin

转载于:https://www.cnblogs.com/iberichman/p/7088851.html

相关资源:shell脚本执行jps时:-bash: jps: command not found

最新回复(0)