COBCH2341 Size too large for JAVA-CALLABLE and NOP64

The Java program has attempted to pass a data item (BY VALUE) that is too large for the 32-bit COBOL program.

You cannot pass 8-byte items, such as INTs and LONGs, by value to a 32-bit COBOL program.