Exemple8 Class Reference


Static Public Member Functions

static void main (String[] args)

Detailed Description

Definition at line 3 of file Exemple8.java.


Member Function Documentation

static void Exemple8::main ( String[]  args  )  [inline, static]

Definition at line 5 of file Exemple8.java.

References SCIPATH, and SciString.

00006   {
00007   
00008     SciString SCIPATH = new SciString("SCILABROOTPATH");
00009     Scilab.Exec("SCILABROOTPATH=getenv('SCI');");
00010     
00011     Scilab.ExecuteScilabScript(SCIPATH.getData()+"/modules/Javasci/examples/others/test.sce");
00012     
00013     /* "notest.sce" not exist */
00014     if (! Scilab.ExecuteScilabScript(SCIPATH.getData()+"/modules/Javasci/examples/others/notest.sce") )
00015     {
00016         System.out.println("Scilab Error code : "+Scilab.GetLastErrorCode());
00017     }
00018      
00019     Scilab.Finish();
00020   }


The documentation for this class was generated from the following file:
Generated on Sun Mar 4 16:15:00 2007 for Scilab [trunk] by  doxygen 1.5.1