Unsupported major.minor version 49.0

后端 未结 6 1868
庸人自扰
庸人自扰 2020-12-01 15:20

I am getting the following exception whenever I login to my application ...

javax.servlet.ServletException: com/sun/org/apache/xalan/internal/xsltc/

6条回答
  •  粉色の甜心
    2020-12-01 15:36

    This happens when you have compiled your code in a machine that uses a different JDK version to the one you end up running the code in. Make sure you use the same JDK version in these different boxes.

提交回复
热议问题