klyn.Application.properties
field
public static native properties as Map<String, String>
DescriptionSystem properties exposed by the runtime.
Common keys include `klyn.home` and OS-related entries such as
`os.tempfolder`.
print(Application.properties["klyn.home"])