LOTUSSCRIPT LANGUAGE
This method returns a reference to a Java class.
Defined in
JavaSession
Syntax
Set JavaClass = javasession.getClass(ClassName$)
Parameters
ClassName$
This method will return a Java class reference with which a Java object can be created within LotusScript.
Note There are 2 ways you can represent a String class:
Error thrown
"JavaClassNotFound" is thrown if the Java class cannot be located.
Example See Also