Skip to content

Instantly share code, notes, and snippets.

@ozooxo
Created December 24, 2013 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozooxo/8118784 to your computer and use it in GitHub Desktop.
Save ozooxo/8118784 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 in my laptop cannot my own "magnetar" game. The reason is that the default java version is too old. It works after I manually changed it from openjdk-6 to openjdk-7.
sudo update-alternatives --config javac
sudo update-alternatives --config java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment