sysLib.javaRemoveAll
The system function sysLib.javaRemoveAll removes all identifiers and objects from the EGL Java object space. sysLib.javaRemoveAll is one of several Java access functions.
No run-time errors are associated with sysLib.javaRemoveAll.
Note: By invoking the system functions sysLib.javaRemove and sysLib.javaRemoveAll, your code allows the Java Virtual Machine to handle garbage collection in the EGL Java object space. If you do not invoke a system function to remove an object from the object space, the memory is not recovered during the run time of any program that has access to the object space.
Related concepts
Java access functions
Related tasks
Syntax diagram
Related reference
Java access (system words)
sysLib.java
sysLib.javaGetField
sysLib.javaIsNull
sysLib.javaIsObjID
sysLib.javaRemove
sysLib.javaSetField
sysLib.javaStore
sysLib.javaStoreCopy
sysLib.javaStoreField
sysLib.javaStoreNew
sysLib.javaType