InitializeJVM.c File Reference

#include <stdlib.h>
#include "InitializeJVM.h"
#include "jvms.h"
#include "setgetSCIpath.h"
#include "MALLOC.h"

Include dependency graph for InitializeJVM.c:

Go to the source code of this file.

Functions

IMPORT_EXPORT_LIBJVM_DLL BOOL InitializeJVM (void)


Function Documentation

IMPORT_EXPORT_LIBJVM_DLL BOOL 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:37 2007 for Scilab [trunk] by  doxygen 1.5.1