Java in Ubuntu 11.10

Associate
Joined
8 Nov 2002
Posts
1,953
I went to play chess today against the computer on chess.com and I cant see the board? I have installed Ubuntu restricted extras but nothing?

Can someone tell me how to install Java in a easy to understand way ;) as I am new to Linux :D

Many thanks
 
Last edited:
I just added the repository it needs.

Code:
# cd /etc/apt
# sudo pico sources.list

Add the lines
   deb http://archive.canonical.com/lucid partner multiverse
   deb-src http://archive.canonical.com/lucid partner multiverse

# sudo apt-get update
# sudo apt-get install sun-java6-bin sun-java6-jdk sun-java6-jre

Did it yesterday on Ubuntu server.
 
Back
Top Bottom