Installing Java under Ubuntu

Last update on October 10, 2009 09:32 AM by netty5
Published by netty5

Installing Java under Ubuntu






Issue


By default, Firefox does not come with Java.

Solution

  • Open a terminal (Application Menu/ Accessories/ Terminal) and type in:
    • sudo aptitude install sun-java6-jre sun-java6-plugin 

or
    • sudo aptitude install sun-java5-jre sun-java5-plugin 
  • Enter your password if prompted.
  • A license window will appear: Press TAB and then ENTER.
  • If a question is asked, answer "yes" (using the arrow keys and the ENTER key).


Conclusion:

You should now be able to run Java programs and see Java applets in the Firefox browser.
Best answers for « Installing Java under Ubuntu » in :
Install Smartmontools Ubuntu ShowInstall Smartmontools Ubuntu Most recent hard disks are equipped with SMART technology. This system monitors the parameters of the disc drive (up time rotation, temperature, error rates, etc..) And eventually can detect potential disk...
Installing a SSH server on Ubuntu ShowInstalling a SSH server on Ubuntu Installation Connection An ssh server allows you to remotely access your machine. You'll have access to the remote console (equivalent to telnet, but secure) and the transfer of files (equivalent...
Installing FreeNX under Ubuntu 9.04 ShowInstalling FreeNX under Ubuntu 9.04 Intro Adding FreeNX components Installing FreeNX Note Intro FreeNX allows you to access to a machine remotely via ssh. The display is more powerful compared to X11 over ssh and it can be describe as...
Download Wubi ShowFor those who want to become familiar with the handling of Ubuntu, there are four paths: one must simply install it. The install? But how? It's a bit difficult not? Wubi (Windows-based Ubuntu Installer) is a program that can install Linux (Ubuntu to...
Intranet - Installing a mail server ShowIntroduction to installation The most commonly used e-mail server in Linux is Sendmail; however, as it is very hard to configure, we will use Qmail, an alternative e-mail server, instead. Qmail is made up of a group of programs that work with...