a question about JNI for HP-UX# Java - 爪哇娇娃
j*f
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
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