I'm using Ubuntu 12.04 64 bit. I'm going to start programming for android devices.
I know that I will need to install a JDK, but I don't have access to oracle.com.
How do I get it?
I'm using Ubuntu 12.04 64 bit. I'm going to start programming for android devices.
I know that I will need to install a JDK, but I don't have access to oracle.com.
How do I get it?
Type below commands on terminal.
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer