Recommend me a good JNI book [closed]
I'm creating a software project in Java, is a remote administration tool. The thing is that I need to add some features with C++ and I read some about this proces开发者_JAVA技巧s and I realized I need JNI, could you recommend me a good JNI Book or something related with ?
Have you read this?
Java Native Interface: Programmer's Guide and Specification
This book is quite good I think.
精彩评论