Java
How to install Sun Java Runtime Environment (JRE) in Fedora 11
Submitted by Richard on Thu, 10/15/2009 - 08:16This is a straightforward tutorial on how to install Sun Java Runtime Environment (JRE) in Fedora 11.
1. Go to the site below and grab the latest version of Java Runtime Environment.
http://java.sun.com/javase/downloads/index.jsp
2. After downloading the file, make the file executable
and install.
3. After the installation, you need to configure your system to use the newly installed Java Runtime Environment.
alternatives --config java
During the installation of your Fedora 11 CD or DVD, the OpenJDK 6 development and runtime packages are installed by default.
There are 3 programs which provide 'java'. Selection Command ----------------------------------------------- *+ 1 /usr/lib/jvm/jre-1.6.0-openjdk/bin/java 2 /usr/lib/jvm/jre-1.5.0-gcj/bin/java 3 /usr/java/default/bin/java Enter to keep the current selection[+], or type selection number: 3
Enter "3" to change it to your newly installed Java Runtime Environment.
Verify your version of java using this command: full story »





Recent comments
5 days 2 hours ago
5 days 18 hours ago
5 days 19 hours ago
6 days 7 hours ago
6 days 7 hours ago
1 week 1 day ago
4 weeks 4 days ago
9 weeks 5 days ago
9 weeks 5 days ago
10 weeks 15 hours ago