Re: Basics of using JNI under Linux

1998-11-12 Thread C.SARAVANAN
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

Re: Basics of using JNI under Linux

1998-11-05 Thread peter johnson
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,

Re: Basics of using JNI under Linux

1998-11-04 Thread Alex Pozgaj
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.

Basics of using JNI under Linux

1998-11-04 Thread Nicholas Matsakis
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