现在的位置: 首页 > 综合 > 正文

The hierarchy of the type is inconsistent

2013年04月26日 ⁄ 综合 ⁄ 共 359字 ⁄ 字号 评论关闭

These errors happend because some interface


/class in the
hierarchy cannot be resolve.
For example: the error is occur in your
class - class x, x inherits y, and in turn, y inherits z. However, the compiler



cannot resolve z (in above error is EventManager), because z
is belong to a library that is not included.
Therefore, you have to
add package containing z to the classpath/ or project's Java


Build Path (if you are using eclipse).

抱歉!评论已关闭.