I am trying to call a java agent from lotus formula code.
@Command( [RunAgent] ; MyJavaAgent );
But when a formula is executed I get an error prompt saying:
Internal Error processing command:incorrect number of parameters.
I am clueless about this error, because my java agent code isn't expecting any parameter.