Thanks for your post.

Yes, calling this .dll works fine outside jboss.  I have also looked inside the .dll 
to match up the method name i'm calling.  it is "aaBond_crv1_java", and I have found 
"aaBond_crv1" in the .dll.  I have tried both with success in my test program, but 
both give me the same unsatisfiedLinkError(nativeMethod) when I build & deploy my 
.jar.  

Actually I also tried the javah -jni className which generated the following method 
name:

JNIEXPORT jdoubleArray JNICALL Java_ShowBondcrv1_aaBond_1crv1_1java
  (JNIEnv *, jobject, jdouble, jobjectArray, jobjectArray, jobjectArray, jint, jint, 
jint, jobjectArray, jint);

Interestingly this did not work in the standalone.

Any ideas?

Thanks!


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839850#3839850

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839850


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to