Compiler Error J0053

Ambiguous name: 'identifier' and 'identifier'

The compiler could not resolve an ambiguity between the two identifiers shown. This error usually occurs when the same class name appears in two packages that are both imported into a source file using the "*" class import specifier. Ensure that you do not have two classes with the same name in the packages you are importing into your source file and compile again.