Posted By:
hariharan_r
Posted On:
Monday, October 8, 2001 07:04 AM
I have a problem in HP-UX11 platform-
I have 2 shared libraries, one that i have built with JNI. This in turn has been linked to the second that is a native library. When i load the JNI .sl file from java, the application is throwing a lot of Unresolved symbol errors from the second native library.
If i do not link to the second library in my native code my application works fine if i dont the related calls.
What is my problem here? how does a JNI shared library in turn refer to a native library like SHLIB_PATH etc.,? this native library is a specialised one and is very necessary for my application.