Skip to content

Instantly share code, notes, and snippets.

@rangalo
Last active August 29, 2015 14:16
Show Gist options
  • Save rangalo/2abe913920853b7a2998 to your computer and use it in GitHub Desktop.
Save rangalo/2abe913920853b7a2998 to your computer and use it in GitHub Desktop.
Set java path
# open ~/.bashrc in your favorite editor (gedit, sublime, vim etc)
# add following to the file
# JDK
export JAVA_HOME=${HOME}/apps/jdk
export PATH=${JAVA_HOME}/bin:${PATH}
export JAVA_OPTS="-XX:MaxPermSize=256m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment