Regis wrote: > That's a little surprise, I need to refresh my head about the native > code. Where can I find such details of JNI call? It seems JNI spec is so > brief that I can't find more useful things.
There are books on JNI programming. I like "Essential JNI" by Rob Gordon [1] -- its worth reading cover to cover as it has practical code samples and a reference section. I feel a wiki "bookshelf" page coming on... :-) [1] http://www.amazon.com/Essential-Jni-Java-Native-Interface/dp/0136798950 Regards, Tim
