RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Install Java SE Runtime Environment on Fedora Linux

By default your Fedora Linux system comes with a OpenJDK Java fetched from a standard Fedora repository. You may have some reasons to switch from OpenJDK to Oracle Java JRE. In order to achieve this firs download a java binary form oracle website:

http://www.oracle.com/technetwork/java/javase/downloads/index.html

as a root user make jre binary executable:

# chmod +x jre-6u23-linux-i586.bin

and execute the binary with:

# ./jre-6u23-linux-i586.bin

Switch over from OpenJDK to Oracle JRE: The above command extracted all content of jre-6u23-linux-i586.bin into a directory jre1.6.0_23. Move this directory to /opt/

# mv jre1.6.0_23/ /opt/

use alternative command to make oracle java JRE a default java environment:

alternatives --install /usr/bin/java java /opt/jre1.6.0_23/bin/java 20000

Share this linux post:

Submit Install Java SE Runtime Environment on Fedora Linux in Delicious Submit Install Java SE Runtime Environment on Fedora Linux in Digg Submit Install Java SE Runtime Environment on Fedora Linux in FaceBook Submit Install Java SE Runtime Environment on Fedora Linux in Google Bookmarks Submit Install Java SE Runtime Environment on Fedora Linux in Stumbleupon Submit Install Java SE Runtime Environment on Fedora Linux in Technorati Submit Install Java SE Runtime Environment on Fedora Linux in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download