File to set JDK Home when logging in
# Put this file under /etc/profile.d | |
export JAVA_HOME=/usr/java/latest | |
export PATH=$PATH:JAVA_HOME/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment