Created
May 2, 2014 09:01
-
-
Save jgilfelt/4b150e50e6d6c38e4594 to your computer and use it in GitHub Desktop.
Install Oracle JDK on the Funky Android AOSP build environment VirtualBox image
This file contains hidden or 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
# 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