0

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?

dedunu
  • 9,186
M N
  • 165

2 Answers2

2

Type below commands on terminal.

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Avinash Raj
  • 78,556
0

Any help you need can probably be found here.

So, install by doing

sudo apt-get install openjdk-6-jdk

or

sudo apt-get install openjdk-7-jdk
Novine
  • 604
  • 3
  • 7
  • The package is about 80mb, the speed of software center and terminal is low, is there any links that i can download with download manager? – M N Oct 29 '13 at 16:31
  • so? It'll only take 10 minutes to download, depending on your connection. – Novine Oct 29 '13 at 16:32
  • i'm using 2 mega high speed, but download rate is about 20 kbps! it's not real speed, is there any links? – M N Oct 29 '13 at 16:33
  • 20kbps is alright for this kind of thing, just let it download while you read a book or something. – Novine Oct 29 '13 at 16:34
  • but my download manager speed is about 500 kbps, ok thanks – M N Oct 29 '13 at 16:35
  • Welcome. If I helped, please choose my answer, or upvote me, etc. – Novine Oct 29 '13 at 16:37