COBCH2334 Static Java call must be of the form "Java.class-name.static-method-name"

A CALL to a static Java method is in the incorrect form.

You must correct the argument that is prefixed 'Java' in the CALL statement. See the Syntax Rules for Format 2 section of The CALL Statement for details.