UnsupportedClassVersionError - JDKs have same version

前端 未结 4 1614
无人及你
无人及你 2021-01-17 06:46

I have taking an existing, old, Java code base and changed one class. I have recompiled the code base in Java 1.5.0. I then successfully deploy this code on Tomcat.

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-17 07:33

    I guess you have compiled with java version 6, Please re-check

提交回复
热议问题