modules/fxpackager/src/main/native/library/common/JavaVirtualMachine.h

Print this page

        

@@ -65,6 +65,8 @@
 
     bool StartJVM();
     void ShutdownJVM();
 };
 
+bool RunVM();
+
 #endif //JAVAVIRTUALMACHINE_H