Java crashes thoug I export LD_ASSUME_KERNEL

Edward Muller edwardam at interlix.com
Fri Oct 10 20:06:42 UTC 2003


On Fri, 2003-10-10 at 13:29, Elton Woo wrote:
[snip]
> Also the method of installing java is:
> 
> 1) Append to the end of /etc/profile
> JAVA_HOME=/usr/java/j2re1.4.2_01
> PATH=/usr/java/j2re1.4.2_01/bin:$PATH
> This way java is available systemwide.


I tend to create a java.sh file in /etc/profile.d with the following
lines:

export JAVA_HOME=/usr/java/j2sdk1.4.2_01
PATH=$PATH:$JAVA_HOME/bin

If you use csh you will need to create java.csh instead.

P.S. I really wish the sun rpms would do something like this.

[snip]
-- 
Edward Muller - http://www.interlix.com - "Open Source Specialists"
Dedicated Zope Hosting - Web Hosting - Open Source Consulting
Network & PC Service & Support - Custom Programming
Phone: 417-862-0573 - Cell: 417-844-2435 - Fax: 417-862-0572
Jabber: edwardam at jabber.interlix.com - AIM: edwardam453 - ICQ: 287033





More information about the test mailing list