I'm invoking the JVM within my C++ code. When I get an error on CallStaticVoidMethod, I don't have a good way of trapping the error message. ExceptionDescribe() writes to stderr, but I need to capture the error message as a string and place it in a log file. Does anyone know how to retrieve the error message from the jthrowable object as a string?
Unfortunately, I had read that already to no effect. I've moved this posting to the advanced board to see if anyone there has any ideas. Thanks anyway for the link.