2

Possible Duplicate:
How do I install Java?

I recently dual booted Ubuntu and Windows Vista on my laptop and everything is running smoothly. The only problem is I am unable to install Java (I have no clue where to even start). I am completely new to Ubuntu so be specific if you may. I have already installed the JDK Runtime Enviroment or whatever from the Software Store or whatever Ubuntu calls it. Nothing has worked. If you are wondering, I want to play RuneScape on Ubuntu.

  • Some of this will apply: http://askubuntu.com/questions/67909/how-do-i-install-oracles-jdk-6/135894#135894 – belacqua May 15 '12 at 02:34

2 Answers2

1

Better yet, click here:

OpenJDK and install the Web Browser plugin farther down the page.

I was able to install the java plugin (icedtea) at this link from oracle.

Verify Java

It'll have a popup at the top of the window saying it needs additional plugins for this content. It'll install and then your good.

1

open your terminal and do this

sudo apt-get install openjdk-7-jre
sudo apt-get install icedtea6-plugin

All the best,

Raja G
  • 102,391
  • 106
  • 255
  • 328