Phil Schaffner
2011-Jun-03 19:18 UTC
[CentOS-docs] New page: HowTos/JavaRuntimeEnvironment
http://wiki.centos.org/HowTos/JavaRuntimeEnvironment 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. Phil
Manuel Wolfshant
2011-Jun-03 19:31 UTC
[CentOS-docs] New page: HowTos/JavaRuntimeEnvironment
On 06/03/2011 10:18 PM, Phil Schaffner wrote:> http://wiki.centos.org/HowTos/JavaRuntimeEnvironment > > 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.Excellent article ! I've made the following modifications to it: - replaced references to jre-u24 with u25 ( which was used in some places but not everywhere ) - took advantage of the fact that jre creates a symlink named "latest": [wolfy at wolfy ~]$ ll /usr/java/ total 4 lrwxrwxrwx. 1 root root 16 Mar 2 12:17 default -> /usr/java/latest drwxr-xr-x. 7 root root 4096 Mar 2 12:18 jre1.6.0_23 lrwxrwxrwx. 1 root root 21 Mar 2 12:17 latest -> /usr/java/jre1.6.0_23 which can make upgrading much easier, as future versions of jre will update the symlink but this will not require tweaking the alternatives links. manuel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20110603/8a3b4e27/attachment-0004.html>
On 3 June 2011 20:18, Phil Schaffner <Philip.R.Schaffner at nasa.gov> wrote:> http://wiki.centos.org/HowTos/JavaRuntimeEnvironment > > 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.One comment. I thought linkage of the libjavaplugin_jni.so file is redundant? Alan.
Phil Schaffner
2011-Jun-03 20:00 UTC
[CentOS-docs] New page: HowTos/JavaRuntimeEnvironment
Manuel Wolfshant wrote on 06/03/2011 03:31 PM: ...> - took advantage of the fact that jre creates a symlink named "latest": > > [wolfy at wolfy ~]$ ll /usr/java/ > total 4 > lrwxrwxrwx. 1 root root 16 Mar 2 12:17 default -> /usr/java/latest > drwxr-xr-x. 7 root root 4096 Mar 2 12:18 jre1.6.0_23 > lrwxrwxrwx. 1 root root 21 Mar 2 12:17 latest -> > /usr/java/jre1.6.0_23 > > which can make upgrading much easier, as future versions of jre will > update the symlink but this will not require tweaking the alternatives > links.Good addition! Phil