其他分享
首页 > 其他分享> > gedit /etc/profile

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

标签:profile,JRE,JAVA,gedit,etc,export,PATH,HOME
来源: https://www.cnblogs.com/zzl0916/p/13830990.html