Re: Problems calling Java Methods from C++
Posted By:
Christopher_Myer
Posted On:
Thursday, May 17, 2007 11:26 AM
I've resolved the above error, but I'm getting another error. When I make a Java method call from a native function the call goes through. But when I make the same call, with the same pointers from a non-native method I get an EXCEPTION_ACCESS_VIOLATION I know my inputs are good. Any thoughts?