Skip to content

Instantly share code, notes, and snippets.

@merlinxcy
Created June 15, 2021 06:21
Show Gist options
  • Select an option

  • Save merlinxcy/3232865672aac3da47db9c94bc1c2871 to your computer and use it in GitHub Desktop.

Select an option

Save merlinxcy/3232865672aac3da47db9c94bc1c2871 to your computer and use it in GitHub Desktop.
Ubuntu中设置JAVA_HOME路径
export JAVA_HOME=/usr/lib/jvm/jdk-13
export JRE_HOME=${JAVA_HOME}/jre
export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib
export PATH=${JAVA_HOME}/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment