Place to share anything

Free Software, Download, Tips and Tutorials, Cars, Notebook, Review

Install Java Runtime Environment on Ubuntu Karmic Koala

Ubuntu logoThis simple tutorial will show you how to install the Java Runtime Environment (JRE) on Ubuntu Karmic Koala. Java is needed in most software on Linux or Windows system. Actually, Java is an object-oriented programming language developed by Sun Microsystems.

Currently Ubuntu has the following Java packages:

sun-java6-bin – Contains the binaries

sun-java6-demo – Contains demos and examples

sun-java6-doc – Contains the documentation

sun-java6-fonts – Contains the Lucida TrueType fonts from the JRE

sun-java6-jdk – Contains the metapackage for the JDK

sun-java6-jre – Contains the metapackage for the JRE

sun-java6-plugin – Contains the plug-in for Mozilla-based browsers

sun-java6-source – Contains source files for the JDK

Steps to install Java Runtime Environment on Ubuntu Karmic Koala:

First make sure you already checked the multiverse and universe repository under your software sources. Next type this command below to install JRE:

sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts

Wait until installation finished and you can test your JRE installation by typing the following command on terminal.

java -version

You should get similar output

java version “1.6.0?
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)

Also you can test Java Plugin for Firefox:

open Firefox and type

about:plugins

in the address bar and check for java plugin

More details.

Incoming search terms for the article:

  • Share/Bookmark

Related posts:

  1. How to Install Java Runtime Environment (JRE) on Ubuntu Lucid Lynx This short tutorial below will guide you to the...
  2. How to install Java Runtime Environment in Mandriva 2010 Java (JRE) is a platform software needed to run Java...
  3. How to install ESRI ArcExplorer in Ubuntu Karmic Koala ArcExplorer is a free software by ESRI, the most popular...
  4. How to install dropbox on Ubuntu Karmic Koala This tutorial will show you how to install DropBox 0.61...
  5. How to Install Luminance HDR Software in Ubuntu Karmic Koala This tutorial will guide you to the installation of Luminance,...

Related posts brought to you by Yet Another Related Posts Plugin.

4 Responses to “Install Java Runtime Environment on Ubuntu Karmic Koala”

  1. [...] The installation of ArcExplorer requires Java JRE 5 or higher. If you don’t have it, you must install the Java JRE to your system [...]

  2. [...] here: Install Java Runtime Environment on Ubuntu Karmic Koala | Place to … Share and [...]

  3. [...] the rest here: Install Java Runtime Environment on Ubuntu Karmic Koala | Place to … Share and [...]

  4. [...] If you want to short review about how to install Java 6.0 in Ubuntu, you can read my post on How to install Java JRE in Ubuntu. [...]

Leave a Reply