On Thu, 5 Nov 1998, peter johnson wrote:
>
>
> Nicholas Matsakis wrote:
>
> > Briefly, I am trying to call a native method under Linux. I have a
> > decent understanding of the JNI, and have gotten my code to load under
> > windows, but am unable to load the shared library under Linux. Othe
Nicholas Matsakis wrote:
> Briefly, I am trying to call a native method under Linux. I have a
> decent understanding of the JNI, and have gotten my code to load under
> windows, but am unable to load the shared library under Linux. Other
> relevant details include my system profile: Slackware,
Nicholas Matsakis wrote:
[snip]
> 6) Put the shared library in your shared library path. Where is this
> path define, exactly? I'm using tcsh, and I presume that $LPATH is the
> path I'm interested in.
It's the LD_LIBRARY_PATH you're looking for.
Cheers, alex.
Briefly, I am trying to call a native method under Linux. I have a
decent understanding of the JNI, and have gotten my code to load under
windows, but am unable to load the shared library under Linux. Other
relevant details include my system profile: Slackware, libc.so.5, JDK 1.1.6v5
As I un