Skip to content

Instantly share code, notes, and snippets.

@asuraphel
Created October 21, 2013 12:45
Show Gist options
  • Save asuraphel/7083301 to your computer and use it in GitHub Desktop.
Save asuraphel/7083301 to your computer and use it in GitHub Desktop.
/etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
JAVA_HOME=/usr/local/java/jdk1.7.0-openjdk-amd64
PATH=$PATH:$HOME/bin:$JAVA_HOME/bin
JRE_HOME=/usr/local/java/jre1.7.0-openjdk-amd64
PATH=$PATH:$HOME/bin:$JRE_HOME/bin
export JAVA_HOME
export JRE_HOME
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment