< prev index next >

modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h

Print this page
rev 10015 : 8137141: Fatal error in Method::build_method_counters when called from libglass.so

*** 40,49 **** --- 40,50 ---- #define FILE_PREFIX "file://" #define URI_LIST_COMMENT_PREFIX "#" #define URI_LIST_LINE_BREAK "\r\n" extern JNIEnv* mainEnv; // Use only with main loop thread!!! + extern JavaVM* javaVM; #include <exception> struct jni_exception: public std::exception { jni_exception(jthrowable _th): throwable(_th), message() {
< prev index next >