Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
with_javasci
Checks if Scilab has been built with the Java interface
Syntax
r = with_javasci()
Arguments
- r
a boolean
Description
Returns %t
if Scilab has been built with the Java interface
or %f
if not.
Note that this function will always return True under GNU/Linux or Mac OS X. |
Examples
Report an issue | ||
<< ver | Configuration | with_macros_source >> |