Skip to content

Instantly share code, notes, and snippets.

@yano3
Created June 3, 2012 13:19
Show Gist options
  • Save yano3/2863455 to your computer and use it in GitHub Desktop.
Save yano3/2863455 to your computer and use it in GitHub Desktop.
Ubuntu 10.04 setup / JDK Installation
sudo update-alternatives --install "/usr/bin/java" "java" "/opt/jvm/jdk1.7.0_04/bin/java" 1
sudo update-alternatives --install "/usr/bin/javac" "javac" "/opt/jvm/jdk1.7.0_04/bin/javac" 1
sudo update-alternatives --install "/usr/bin/javaws" "javaws" "/opt/jvm/jdk1.7.0_04/bin/javaws" 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment