>>>>> Steve Cohen writes:

    Steve> I have installed jdk 1.2 on my redhat 5.2 system and
    Steve> pointed my path at it.  When I try to run java, I get the
    Steve> Error can't find libjava.so.  I can find this file in
    Steve> jdk1.2/jre/lib/i386.  I tried copying it to /lib.  That
    Steve> didnt' work.  Where is it expecting to find this file?

Up to now we have found two cases where this happens:

1. You are in jdk1.2/bin and try to execute ./java
2. You have a symlink from /some/where/bin -> /some/other/place/jdk1.2/bin
   and try to execute /some/where/bin/java (or simply 'java' when
   you have /some/where/bin in your PATH).
   (Note that symlinks to jdk1.2 or jdk1.2/bin/java work).

The problem in this cases is that java fails to find the jre
directory (the wrapper script exits in this case); LD_LIBRARY_PATH
has nothing to do with this.


So you'll have to avoid these two cases, if you find further
cases that cause the same problem please let me now or submit a
bug report.


        Juergen


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to