InitializeJVM.h File Reference

#include "machine.h"
#include "exportimport.h"

Include dependency graph for InitializeJVM.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

IMPORT_EXPORT_LIBJVM_DLL int InitializeJVM (void)


Function Documentation

IMPORT_EXPORT_LIBJVM_DLL int InitializeJVM ( void   ) 

Definition at line 11 of file InitializeJVM.c.

References FALSE, FREE, getSCIpath(), NULL, SCIPATH, and StartJVMs().

Referenced by initscilab().

00012 {
00013         BOOL bOK=FALSE;
00014         char *SCIPATH=NULL;
00015 
00016         SCIPATH=getSCIpath();
00017         StartJVMs(SCIPATH);
00018         if (SCIPATH) {FREE(SCIPATH);SCIPATH=NULL;}
00019 
00020         return bOK;
00021 }

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Sun Mar 4 16:09:36 2007 for Scilab [trunk] by  doxygen 1.5.1