Re: question about loading system libraries

1999-06-15 Thread Anonymous
Sumit Gupta wrote: > > hi > > I am running jdk1.1.7 on redhat. I have a native library called > libfoo.so and my LD_LIBRARY_PATH includes the directory where this > library is. BUt System.loadNativeLibrary("foo") is still not able > to find the library. Perhaps you should try to make symbolic

question about loading system libraries

1999-06-15 Thread Anonymous
hi I am running jdk1.1.7 on redhat. I have a native library called libfoo.so and my LD_LIBRARY_PATH includes the directory where this library is. BUt System.loadNativeLibrary("foo") is still not able to find the library. Are there different conventions as to how the name "foo" is mapped to the a