Re: JNI-Linking/loading .so objects used by c code

1999-01-03 Thread Jacob Nikom
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

Re: JNI-Linking/loading .so objects used by c code

1999-01-03 Thread Raj Patel
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

RE: JNI-Linking/loading .so objects used by c code

1999-01-03 Thread Burkhart,Kelly
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, >

JNI-Linking/loading .so objects used by c code

1999-01-03 Thread Raj Patel
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