<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 06/03/2011 10:18 PM, Phil Schaffner wrote:
<blockquote cite="mid:4DE9338E.8070504@NASA.gov" type="cite">
<pre wrap=""><a class="moz-txt-link-freetext" href="http://wiki.centos.org/HowTos/JavaRuntimeEnvironment">http://wiki.centos.org/HowTos/JavaRuntimeEnvironment</a>
Did not make it DRAFT as it has evolved from old pages, has been well
tested, and is near perfect. :-)
Constructive criticism is, as usual, solicited and welcomed.
</pre>
</blockquote>
Excellent article !<br>
I've made the following modifications to it:<br>
- replaced references to jre-u24 with u25 ( which was used in some
places but not everywhere )<br>
- took advantage of the fact that jre creates a symlink named
"latest":<br>
<blockquote>[wolfy@wolfy ~]$ ll /usr/java/<br>
total 4<br>
lrwxrwxrwx. 1 root root 16 Mar 2 12:17 default ->
/usr/java/latest<br>
drwxr-xr-x. 7 root root 4096 Mar 2 12:18 jre1.6.0_23<br>
lrwxrwxrwx. 1 root root 21 Mar 2 12:17 latest ->
/usr/java/jre1.6.0_23<br>
</blockquote>
which can make upgrading much easier, as future versions of jre will
update the symlink but this will not require tweaking the
alternatives links.<br>
<br>
manuel<br>
</body>
</html>