COBCH2346 Value specified in JAVA-PACKAGE-NAME is not a valid java package name

The JAVA-PACKAGE-NAME directive has been specified with an invalid value.

Amend the value of the JAVA-PACKAGE-NAME directive for your COBOL program before recompiling. The rules are that the package name must start with a $,_ or A-Z, or a-z; the remainder of the package name can contain these characters, in addition to 0-9.