Skip to content

Instantly share code, notes, and snippets.

@eyalgo
Last active August 29, 2015 14:17
Embed
What would you like to do?
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