Compile Java code
class = jcompile(className, code);
A string giving the class name
A row or a column of strings containing the Java code.
A mlist typed _JClass
Compile Java source code and load the corresponding class. If the package tools.jar, distributed with JDK, is not in the classpath, the Eclipse Compiler for Java (ECJ) will be used.