Eclipse compilation error: The hierarchy of the type 'Class name' is inconsistent

后端 未结 23 2682
遥遥无期
遥遥无期 2020-12-04 15:53

I have downloaded some open source software written in Java and tried to compile it using Eclipse. I got the error: \"The hierarchy of the type \'Class name\' is inc

23条回答
  •  难免孤独
    2020-12-04 16:30

    When importing a GWT project in Eclipse without installing "Google Plugin for Eclipse", this will occur. After installing "Google Plugin for Eclipse", this error will disappear.

提交回复
热议问题