how to install java in ubuntu 8.04

Asked by vivek

Is it required to install java separately in ubuntu?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu mplayer Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
Bhavani Shankar (bhavi) said :
#1

yes

for certain websites and applications

Refer

https://help.ubuntu.com/community/JavaInstallation

Regards

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#2

Hi,

Yes, you need to install java separately in Ubuntu.

Please open a terminal and enter the following commands to install java:

sudo aptitude update
sudo aptitude install sun-java6-plugin sun-java6-jre

Regards,

Mark

Revision history for this message
vivek (vvbhirange) said :
#3

Thanks Mark Rijckenberg, that solved my question.