Call JNI methods that were not written for your class

Posted by JT on Stack Overflow See other posts from Stack Overflow or by JT
Published on 2010-03-10T06:39:06Z Indexed on 2010/03/17 6:31 UTC
Read the original article Hit count: 302

Filed under:
|

It seems that JNI methods need to be written with the Java class signature built in to them. I want to call a JNI method that I didn't write. Can I call a native method on a library that was not written with my class in mind?

© Stack Overflow or respective owner

Related posts about java

Related posts about jni