Callback help in JNI
How do i cal开发者_如何学Cl/write a callback function which is in dll. This callback function is actually called from dll and not jni. How would I code this in java. I need an help on this.
Howtos:
- http://journals.ecs.soton.ac.uk/java/tutorial/native1.1/implementing/method.html
- http://www.codeproject.com/KB/cpp/CJniJava.aspx
精彩评论