gedit /etc/profile

# gedit /etc/profile
在最后添加下面代码:

export JAVA_HOME=/usr/local/jdk/jdk1.8


export JRE_HOME=${JAVA_HOME}/jre


export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib:$CLASSPATH


export JAVA_PATH=${JAVA_HOME}/bin:${JRE_HOME}/bin


export PATH=$PATH:${JAVA_PATH}

 

然后就试着换一下,执行source /etc/profile

上一篇:Gedit配置


下一篇:Linux主机加固