JNI - "0x77c40ac4" memory read error
Hi,
Iam calling a C++ method from java using JNI.
The C++ method is called using a global object.
On executing the java code
The method is executed successfully(i.e. the expected functionality has been achieved), but the following error is popped up
"The instruction at "0x77c40ac4" referenced memory at "0x0000000c". The memory could not be "read". Click on OK to terminate the program. "
Iam unable to get solution from any other forums.
Please help
Thanks in advance

