javasci Call Scilab engine from a Java application Description Scilab offers the possibility to be called from a Java application. This help describes the features of the javasci API. Since Scilab version 5.3.0, a new version of Javasci called Javasci v2 has been introduced. This version fixes most of the limitations of Javasci v1. Browse the documentation of Javasci v2. (this will open the web browser). Example of Javasci v2 See Also Browse the documentation of Javasci v2. (this will open the web browser). Compile and run with Javasci v2 Javasci v2 FAQ History 5.4.0 Javasci v1 is removed. 5.4.0 New methods added: Scilab.execException(String) Same as Scilab.exec(String) but returns an exception when a Scilab error occurs Scilab.execException(String[]) Same as Scilab.exec(String[]) but returns an exception when a Scilab error occurs Scilab.execException(File) Same as Scilab.exec(File) but returns an exception when a Scilab error occurs 5.4.0 Javasci supports sparse and boolean sparse datatypes. Javasci supports tlists, mlists and lists datatypes. Javasci supports polynomial datatypes. Javasci supports struct datatypes under the form of an mList.