RNF3832

A Java constructor must have a return value of type Object. It cannot be an array.

30

Cause . . . . . : The prototype specifies a Java constructor (*JAVA as the first parameter for keyword EXTPROC and *CONSTRUCTOR for the third parameter). This prototype requires a return value of type Object, whose class is the same as the class specified in the second parameter of EXTPROC. The return value cannot be an array. The return value defaults to a scalar Object whose class is the class specified in the EXTPROC keyword.

Recovery . . . : Specify a return type of Object for this prototype. It is not necessary to specify the CLASS keyword. Compile again.