Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program
我已经编辑了/etc/profile,source过profile,但是依然读取不了,实际上就是当前用户的环境没有生效
其实最终的原因就是环境变量没有生效。
编辑我的.bashrc
我的用户是liyixing
cd /home/liyixing
vi .bashrc
source .bashrc
At least one of these environment variable is needed to run this program
我已经编辑了/etc/profile,source过profile,但是依然读取不了,实际上就是当前用户的环境没有生效
其实最终的原因就是环境变量没有生效。
编辑我的.bashrc
我的用户是liyixing
cd /home/liyixing
vi .bashrc
source .bashrc