Compiler Error J0173

Found class 'identifier' in package 'identifier' rather than package 'identifier'

The compiler found the specified class, but the class was not defined as a member of the correct package. This error usually occurs when the class file is being imported from the wrong directory. Ensure that the class you are importing is located in the correct package directory and compile again.