Skip to content

Instantly share code, notes, and snippets.

@rightgo09
Created December 31, 2013 14:29
Show Gist options
  • Save rightgo09/8197530 to your computer and use it in GitHub Desktop.
Save rightgo09/8197530 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 に Java7をインストールする
$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java7-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment