Linux 环境变量的配置解决(-bash: jps: command not found)问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 环境变量的配置解决(-bash: jps: command not found)问题相关的知识,希望对你有一定的参考价值。
- 找到文件 .bash_profile
find / -n .bash_profile
- 编辑文件把jdk安装的bin目录放到最后面
3.让配置文件马上生效
source /root/.bash_profile
以上是关于Linux 环境变量的配置解决(-bash: jps: command not found)问题的主要内容,如果未能解决你的问题,请参考以下文章
zookeeper linux 安装怎么配置java 环境变量
bashrc文件中环境变量配置错误,导致linux无法正常使用的解决方案