Place to share anything

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

How to install Java Runtime Environment in Mandriva 2010

Java (JRE) is a platform software needed to run Java based software on a computer. No matter its Linux or Windows, to run Java based application they will need this Java Runtime Environment.  This tutorial will guide you how to install Java JRE on Mandriva 2010. This tutorial also applied to other Linux system.

The Easy way

1. Go to System | Administration | Install & Remove Software. Then provide your root password to continue.

2. Type java on the find box.

3. On the search result, mark the “java-1.5.0-sun”. Then the system will display the dependency packages need to be installed. Then Press OK and it will start installing the java jre.

The Hard Way

1. Download the java binary file from here (rpm)

2. Go to terminal and become root. Simpy type su and followed with your root password

su
enter the root password

3. Change to the directory in which you want to install. Type

cd <directory> example:
cd /usr/java

4. Change the permission of the file you downloaded to be executable. Type:

chmod a+x jre-6u18-linux-i586-rpm.bin

5. Start the installation process. Type:

./jre-6u-linux-i586-rpm.bin

6. You are done installing jre-6 on Linux

Incoming search terms for the article:

  • Share/Bookmark

Related posts:

  1. Install Java Runtime Environment on Ubuntu Karmic Koala This simple tutorial will show you how to install the...
  2. How to Install Java Runtime Environment (JRE) on Ubuntu Lucid Lynx This short tutorial below will guide you to the...
  3. How to install Sweet Home 3D 1.8 on Mandriva 2010 This tutorial will guide you how to install the Sweet...
  4. How to install Google Chrome on Mandriva 2010 HI, I just want to share with you on how...
  5. How to install Avast Antivirus on Mandriva 2010 Finally I was successful installing the Avast Antivirus on my...

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

5 Responses to “How to install Java Runtime Environment in Mandriva 2010”

  1. [...] Read the original post:  How to install Java Runtime Environment in Mandriva 2010 | Place … [...]

  2. [...] Java, you must have Java (JRE) on your Linux system. To install Java on Linux, follow my previous tutorial.OK Lets begin: 1. Download the dxf 1.0 from here or [...]

  3. [...] JRE. read this tutorial if you want to install Java on [...]

  4. [...] you want to install the Java runtime, you can read the guide of installing Java in Linux from this post Powered by [...]

  5. [...] 5 or higher. If you want to learn how to install java on Linux, please follow my previous guide here.1. Download Alliance binary file from here (3.6 MB).2. The downloaded file should be similar to [...]

Leave a Reply