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

后端 未结 23 2665
遥遥无期
遥遥无期 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:33

    I had to switch from Eclipse Oxygen that I got from IBM and used IBM JDK 8 to Eclipse Photon and Oracle JDK 8. I'm working on Java customizations for maximo.

提交回复
热议问题