|
What the Example DoesThis example is a 'Hello World' Java program that makes one call into a simple shared library, which consequently throws and catches a C++ exception. This example works fine on correctly implemented C++ compilers, but will cause a segmentation fault on buggy compilers. |