Skip to content

Instantly share code, notes, and snippets.

@jgilfelt
Created May 2, 2014 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jgilfelt/4b150e50e6d6c38e4594 to your computer and use it in GitHub Desktop.
Save jgilfelt/4b150e50e6d6c38e4594 to your computer and use it in GitHub Desktop.
Install Oracle JDK on the Funky Android AOSP build environment VirtualBox image
# add the webupd8team java PPA
sudo apt-get install software-properties-common python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
# install oracle java 6
sudo apt-get install oracle-java6-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment