Skip to content

Instantly share code, notes, and snippets.

@jem
Created May 9, 2012 17:04
Show Gist options
  • Save jem/2646744 to your computer and use it in GitHub Desktop.
Save jem/2646744 to your computer and use it in GitHub Desktop.
configure ubalo for java
export PACKAGESITE=http://ubalo.io.s3.amazonaws.com/packages/public
sudo pkg update
sudo pkg info -e java/openjdk6 || sudo pkg install -y java/openjdk6
javac hello.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment