> I'm not sure, but I don't think the JVM uses ld to load its stuff.
If the JVM uses anything other than the standard dlsym()
I think it'd really be asking for trouble ... why would it want
to do that, anyway?
--
To UNSUBSCRI
--On Tuesday, May 29, 2001 17:21:41 -0500 Joi Ellis <[EMAIL PROTECTED]> wrote:
> On Tue, 29 May 2001, Christopher Smith wrote:
>
>>
>> Can anyone explain to me why having the file in the path set in
>> ld.so.conf shouldn't be enough?
>
> Heh. Try getting the security nazis to agree to THAT for a
On Tue, 29 May 2001, Christopher Smith wrote:
>
> Can anyone explain to me why having the file in the path set in ld.so.conf
> shouldn't be enough?
Heh. Try getting the security nazis to agree to THAT for a user application.
I'm not sure, but I don't think the JVM uses ld to load its stuff.
--On Tuesday, May 15, 2001 09:34:50 -0700 Nathan Meyers
<[EMAIL PROTECTED]> wrote:
> Zhihong Pan wrote:
>
>> I need jni in my java application. I created a shared library, and set
>> my library path (export LD_LIBRARY=/home/mydir/), but I still get the
>> following error message:java.lang.Unsatis
Zhihong Pan wrote:
> I need jni in my java application. I created a shared library, and set my library
>path (export LD_LIBRARY=/home/mydir/), but I still get the following error
>message:java.lang.UnsatisfiedLinkError: no java_gsapi in java.library.path. Could
>anybody help me ?
You need LD_
I need jni in my java application. I created a shared library, and set my library path
(export LD_LIBRARY=/home/mydir/), but I still get the following error
message:java.lang.UnsatisfiedLinkError: no java_gsapi in java.library.path. Could
anybody help me ?
Thanks in advance,
Zhihong Pan
-