Skip to content

Instantly share code, notes, and snippets.

@natebenes
Created August 30, 2011 18:53
Show Gist options
  • Save natebenes/1181696 to your computer and use it in GitHub Desktop.
Save natebenes/1181696 to your computer and use it in GitHub Desktop.
# Enable the partner repository and update apt
sudo add-apt-repository “deb http://archive.canonical.com/ natty partner”
sudo apt-get update
# Install Sun's Java VM
sudo apt-get install sun-java6-jre
# Set the default java and javaws binary
sudo update-alternatives --config java
sudo update-alternatives --config javaws
# Run jEMS
javaws http://uem.unl.edu/downloads/jems/jEMS-new.jnlp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment