Returns information about the Java virtual machine
jinfo = jgetinfo()
A string matrix containing the information about the Java VM
Can be used for debug purposes, the jgetinfo function returns the information about the Java virtual machine.
disp(jgetinfo()); | ![]() | ![]() |
Version | Description |
5.5.0 | Function introduced. Based on the 'JIMS' module. The main difference in the behavior compared to the JIMS module is that jautoUnwrap is enabled by default. |