Created
August 30, 2011 18:53
-
-
Save natebenes/1181696 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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