-
Bug
-
Resolution: Fixed
-
P4
-
7u6
Currently, the exceptions thrown when invoking Java methods from native code through JNI are logged only when Gtk port of Glass is built with VERBOSE flag. This means that when runtime exception is raised in an event handler, it is not reported anywhere and user has no way of knowing about it.
Windows implementation calls CheckAndClearException() which prints out the exception in such cases, which is probably what Gtk port should do as well.
Windows implementation calls CheckAndClearException() which prints out the exception in such cases, which is probably what Gtk port should do as well.