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 for a given JVM key
Report an issue | ||
<< javalibrarypath | JVM | system_getproperty >> |