由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - a question about JNI for HP-UX
相关主题
C++ JNI code to invoke native method – header an (转载)Re: 问一个关于Java Native Interface的问题
Can Java call C libraries?Re: 如何Debug 在JNI 里调用的DLL? (急)
[转载] using C++ dll library from javaRe: JAVA中测时间的方法?
Help! How to call the C functions in a java program?今天才知道
invoke a function dynamically in Java?java可以调用dll吗?
有没有什么package 可以用来算cumulative distribution function?求助Java Image Tools or API
A question about inheritance请教若干问题
Re: 如何读取serial port in Java有人用过hp Jornada上的chaiVM?
相关话题的讨论汇总
话题: liba话题: functions话题: jni话题: hp话题: ux
进入Java版参与讨论
1 (共1页)
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

1 (共1页)
进入Java版参与讨论
相关主题
有人用过hp Jornada上的chaiVM?invoke a function dynamically in Java?
need help from the J2EE expert有没有什么package 可以用来算cumulative distribution function?
Calling Java from C/C++A question about inheritance
Java能帮我做这个project吗?Re: 如何读取serial port in Java
C++ JNI code to invoke native method – header an (转载)Re: 问一个关于Java Native Interface的问题
Can Java call C libraries?Re: 如何Debug 在JNI 里调用的DLL? (急)
[转载] using C++ dll library from javaRe: JAVA中测时间的方法?
Help! How to call the C functions in a java program?今天才知道
相关话题的讨论汇总
话题: liba话题: functions话题: jni话题: hp话题: ux