Skip to content

Instantly share code, notes, and snippets.

@coolgarifTech
Created May 17, 2013 15:34
Show Gist options
  • Save coolgarifTech/5599858 to your computer and use it in GitHub Desktop.
Save coolgarifTech/5599858 to your computer and use it in GitHub Desktop.
Permanently setting the Java_Home and Classpath in your Ubuntu environment!
$ sudo nano /etc/environment
JAVA_HOME="/usr/lib/jvm/java-7-openjdk-amd64"
CLASSPATH="/usr/lib/jvm/java-7-openjdk-amd64/lib:."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment