Can I instantiate a Java Object from within my C/C++ native Code in JNI
843829Mar 28 2007 — edited Mar 31 2007Hi.
I am new to JNI.
I would want to know if it is legal and doable to create a
non-primitive Java Object (e.g. Date Object) inside my native code
and hand it back to the JVM, in case of JNI...?
An explanation with a reasoning would be great.
Thanks