COBCH1647 型 %1$s の解決の失敗。依存型 %2$s が見つからない

A program has referenced type-name1, which is dependent on type-name2, but type-name2 cannot be located.

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.