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
jre_path
returns Java Runtime Environment used by Scilab
Syntax
p=jre_path()
Arguments
- p
a string path to the JRE
Description
returns Java Runtime Environment used by Scilab.
Examples
jre_path();
See also
- system_getproperty — gets the system property indicated by a specified key.
Report an issue | ||
<< javalibrarypath | Java Virtual Machine (JVM) | system_getproperty >> |