Remove a Java Object on the Java side
jremove() jremove(varName_1 [, varName_2, ...]) jremove varName_1 [varName_2 ...] jremove(object_1 [, object_2 ...])
A string giving the variable name
A mlist typed _JObj or _JClass.
If no argument are given to jremove, then all the variables are removed on the Java side and garbage collection is called.
Else the corresponding variable is removed on the Java side.