The system function SysLib.getProperty retrieves the value of a Java™ runtime property. If the specified property is not found, the function returns a null string ("").
SysLib.getProperty(propertyName STRING in) returns (result STRING)
Related concepts
Syntax diagram for EGL functions
Java runtime properties
Related reference
EGL library SysLibJava runtime properties (details)