kiwix / kiwix-xulrunner

[ARCHIVED] Legacy Kiwix desktop solution for Windows/macOS/Linux
https://download.kiwix.org/release/kiwix-xulrunner/
GNU General Public License v3.0
112 stars 28 forks source link

Better C++ JNI handling #348

Closed kelson42 closed 7 years ago

kelson42 commented 8 years ago

Currently most of the exception handling assume the execption is of type std::exception... so my guess is that many exception handlers just die in the catch.

kelson42 commented 7 years ago

Fixed