Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
with_embedded_jre
checks if scilab uses a embedded JRE
Calling Sequence
res=with_embedded_jre()
Arguments
- res
a boolean
Description
checks if scilab uses a embedded JRE.
Examples
res=with_embedded_jre();
Authors
A.C
<< system_setproperty | JVM | API Scilab >> |