How to convert HashMap from Java to JNI(c++)
843829Jun 12 2007 — edited Jun 13 2007We are currently using JNI for transferring simpele/primitive types from Java to C++ successfully.
1) How JNI is enables to convert complex objects such as hashMap, Vectores from Java to C++ and vice versa.
2) We want to send a Hashmap .We try to send the Hashmap as a "jobject". The question is how can we convert this object to a known MAP in JNI(C++).
3) is there a better way to convert the HashMap ?