* main: Call jni_init().
authortwisti <none@none>
Wed, 12 Oct 2005 13:32:21 +0000 (13:32 +0000)
committertwisti <none@none>
Wed, 12 Oct 2005 13:32:21 +0000 (13:32 +0000)
src/cacao/cacao.c

index f85b1db56ba4f68997b02663c567fd7d493d50e1..701f8300cf992d912603771b2caadd3c6353f842 100644 (file)
@@ -37,7 +37,7 @@
      - Calling the class loader
      - Running the main method
 
-   $Id: cacao.c 3377 2005-10-06 13:13:08Z twisti $
+   $Id: cacao.c 3423 2005-10-12 13:32:21Z twisti $
 
 */
 
@@ -1066,6 +1066,9 @@ int main(int argc, char **argv)
        if (!builtin_init())
                throw_main_exception_exit();
 
+       if (!jni_init())
+               throw_main_exception_exit();
+
 #if defined(USE_THREADS)
        initThreads((u1 *) &dummy);
 #endif