Skip to content

Instantly share code, notes, and snippets.

@lotsofcode
Created February 24, 2013 13:27
Show Gist options
  • Select an option

  • Save lotsofcode/5023842 to your computer and use it in GitHub Desktop.

Select an option

Save lotsofcode/5023842 to your computer and use it in GitHub Desktop.
Sun/Oracle Java on Ubuntu 12.10
sudo add-apt-repository ppa:webupd8team/java;
sudo apt-get update;
sudo apt-get install oracle-java8-installer;
# /usr/local/games/minecraft
java -jar ~/.minecraft/minecraft.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment