美文网首页
java linux

java linux

作者: SilasChen | 来源:发表于2021-03-11 14:51 被阅读0次

export JAVA_HOME=/usr/share/jdk-13.0.1

export PATH=$PATH:$JAVA_HOME/bin

export CLASSPATH=:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar

export PATH=$JAVA_HOME/bin:$JRE_HOME/bin:$PATH

openjdk website to download openjdk and then add the code above into your /etc/profile

then source /etc/profile to enable

相关文章

网友评论

      本文标题:java linux

      本文链接:https://www.haomeiwen.com/subject/inznqltx.html