COBCH1647 Resolution of type <type-name1> failed dependent type <type-name2> not found
A program has referenced
type-name1, which is dependent on
type-name2, but
type-name2 cannot be located.
Note: This error message is only applicable for JVM COBOL.
This error occurs when the dependent type is defined in a separate
.jar file that is not on the class path. Ensure the
.jar files of all dependant classes, methods, types, etc are specified on the class path, using the JVMCLASSPATH directive.