On Sat, Oct 4, 2008 at 5:37 PM, Boris
<boriss@web.de> wrote:
On Sat, 04 Oct 2008 23:45:16 +0200, Matthew LaCrosse <
mlacrosse3@gmail.com> wrote:
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)?