2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 * Copyright (C) INRIA - Allan CORNET
5 * This file must be used under the terms of the CeCILL.
6 * This source file is licensed as described in the file COPYING, which
7 * you should have received as part of this distribution. The terms
8 * are also available at
9 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
13 /*--------------------------------------------------------------------------*/
16 #include "callFunctionFromGateway.h"
17 /*--------------------------------------------------------------------------*/
18 static gw_generic_table Tab[]=
20 {NULL, ""}, //with_embedded_jre
21 {NULL, ""}, //system_setproperty
22 {NULL, ""}, //system_getproperty
23 {NULL, ""}, //javaclasspath
24 {NULL, ""} //javalibrarypath
26 /*--------------------------------------------------------------------------*/
31 /*--------------------------------------------------------------------------*/