4 Oct
2008
4 Oct
'08
10:37 p.m.
On Sat, 04 Oct 2008 23:45:16 +0200, Matthew LaCrosse
Java can't catch native code exceptions. The exception has to be caught
Yes, that's what I meant by conversion.
in the C++ code but so far traditional exception handling isn't working. I even tried put a try/catch block around the entire function and it still crashes.
You mean you can't catch the C++ exception in C++ code? Did you try it in a small console application (just to make sure the problem is not JNI-related)? Boris
[...]