On Wed, 7 Nov 2001, Rahul Torvi wrote:

 |Has anyone tried installing Sun JDK 1.3 on RH 7.2 ......it dosent
 |work.....when i issue the command java it just hungsup with out any message
 |
 |Plz give the solution too if its solved by any one...


You need to add set this environment variable

LD_ASSUME_KERNEL="2.2.5"

the java command is actually a link to a shell script..

find that file and edit it...

add this line immediately after the comments/copyright information

export LD_ASSUME_KERNEL="2.2.5"


Now things will work properly.

Kingsly


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to