Re: jni link error

2001-05-29 Thread David Brownell
> 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

Re: jni link error

2001-05-29 Thread Christopher Smith
--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

Re: jni link error

2001-05-29 Thread Joi Ellis
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.

Re: jni link error

2001-05-29 Thread Christopher Smith
--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

Re: jni link error

2001-05-15 Thread Nathan Meyers
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_

jni link error

2001-05-15 Thread Zhihong Pan
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 -