Java support for Ubuntu 10.04

Asked by cowboy6107

I am new to Ubuntu and was wondering if 10.04 supported Java applications?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu sun-java6 Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

Sure, install java and they will work. Java is the same on all platforms.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

Please first enable the partner repository:

Open System → Administration → Software sources → [ Other software ]
enable "http://archive.canonical.com/lucid partner"
Close and confirm the repository reload.

Here some repositories details: https://help.ubuntu.com/community/Repositories/Ubuntu

Then open a Terminal from the menu Applications → Accessories → Terminal and type:

sudo aptitude update
sudo apt-get dist-upgrade
sudo aptitude install sun-java6-jre sun-java6-bin

give your user password when requested, you don't see nothing when you type it, then press enter.

New to Ubuntu: read the Ubuntu Manual, it's very informative: http://ubuntu-manual.org/
Click on the "download Button" to download the latest PDF version.

Revision history for this message
cowboy6107 (frehanek) said :
#3

Thanks actionparsnip, that solved my question.