Map a static Java method onto a Scilab macro
jdeff(className, javaMethodName, scilabMacroName)
A string giving the class name
A string giving the method name in the class (the method must be static)
A string giving the macro name
Provides a simple way to map a static Java method onto a Scilab macro. The result is automatically unwrapped (if it is possible).