There is a Java Method which would return a array of class, and when I try to call the method in LS2J,Notes Crashes with infor that NSD running…1.the Java Method looks like this:
public WMProcessDefinition listProcessDefinitions(boolean countFlag)
where the method returns an array of Class WMProcessDefinition
2.In LS2J,I do coding like this:
Dim wfArray As JavaObject
Set wfArray=vgoSession.listProcessDefinitions(countFlag)
Does anyone know what happened?
Thanks in advance.