Skip to content

Instantly share code, notes, and snippets.

@eyalgo
Last active August 29, 2015 13:56
Show Gist options
  • Save eyalgo/9282001 to your computer and use it in GitHub Desktop.
Save eyalgo/9282001 to your computer and use it in GitHub Desktop.
Settings of java under profile.d (JAVA_HOME and path)
# /etc/profile.d/java-settings.sh
OLD
# export JAVA_HOME=/usr/java/jdk1.7.0_51
# export PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME=/usr/java/jdk1.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment