In combination to the support of native Java objects, the import command will now have a new option, "java". This appends to the classpath of the current shell and makes the jar file or directory available to all commands which use the classloader (such as xsql, jcall , jset , modules )
Example:
import java myfile.jar
jset -c mypackage.MyClass -v var
Will look in myfile.jar (in addition to the global classpath) for mypackage.MyClass
No comments:
Post a Comment
Due to comment spam, moderation is turned on. I will approve all non-spam comments.