Check the names of your native methods in .java, .h and .cxx files
Are they the same (with respect to JNI requirements)?
Jacob Nikom
Raj Patel wrote:
>
> Hi everybody,
> I am having trouble linking/loading *.so
> objects that are used by my C++ code. Does anybody k
Message-
> > From: Raj Patel [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, November 05, 1999 8:51 AM
> > To: java-linux Mailing List
> > Subject: JNI-Linking/loading .so objects used by c code
> >
> >
> > Hi everybody,
> > I
dependency on libmyroutine.so
-K
> -Original Message-
> From: Raj Patel [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 05, 1999 8:51 AM
> To: java-linux Mailing List
> Subject: JNI-Linking/loading .so objects used by c code
>
>
> Hi everybody,
>
Hi everybody,
I am having trouble linking/loading *.so
objects that are used by my C++ code. Does anybody know how should i
load them??
I have a java program and a C++ file.
Using JNI i created .so object and loaded using loadLibrary() in my java
program.
Now the pr