Cast a Java object into an other one.
jcast(javaObject, class)
A mlist typed _JObj
A string giving the class name or a mlist typed _JClass got with jimport or jcompile
Gives the possisbility to cast an object into another one with the given class if it is possible.