i am a windows user and wonder how do i go abt installing java on ubuntu (vbox)

i have tried

sudo apt-get install sun-java6-bin

got

couldnt find package

sudo apt-get install sun-java6-jre

got

sun-java6-jre has no installation candidate

i also tried the .bin file

sudo chmod 755 .bin ./.bin

seems like it done its things without errors

but

java -version

gives

the program 'java' can be found in the following package ...

link|improve this question

73% accept rate
Total duplicate. – Shiki Jul 23 '10 at 16:15
possible duplicate of Java and Ubuntu – Shiki Jul 23 '10 at 16:16
feedback

1 Answer

up vote 4 down vote accepted

Sun Java has been moved to the Partner repository in Ubuntu 10.04 (Lucid Lynx).

Add the repository by doing this:

add-apt-repository "deb http://archive.canonical.com/ lucid partner"

Then you can do:

sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.