j******f 发帖数: 228 | 1 All,
I'm developing a Java program using JNI on HP-UX.
My java program needs to call some native C functions. I've created a shared
library (say, LibA) for those functions. These C functions need to call some
other functions within some static libraries. In other words, it is necessary
to link the shared library LibA with the static libraries. All these are done
successfully. However, I have the following problem:
When I execute the java program, which invokes a function F in LibA, and when
F i | h******a 发帖数: 46 | 2 don't know much about this, did you try System.loadLibrary()?
necessary
done
when
error
【在 j******f 的大作中提到】 : All, : I'm developing a Java program using JNI on HP-UX. : My java program needs to call some native C functions. I've created a shared : library (say, LibA) for those functions. These C functions need to call some : other functions within some static libraries. In other words, it is necessary : to link the shared library LibA with the static libraries. All these are done : successfully. However, I have the following problem: : When I execute the java program, which invokes a function F in LibA, and when : F i
|
|