DY编程怪兽 2017-02-14 17:13 采纳率: 0%
浏览 938
已结题

spingmvc访问jsp文件报错

java.lang.LinkageError: loader constraint violation: when resolving interface method "javax.servlet.jsp.JspApplicationContext.getExpressionFactory()Ljavax/el/ExpressionFactory;" the class loader (instance of org/apache/jasper/servlet/JasperLoader) of the current class, org/apache/jsp/_1_jsp, and the class loader (instance of org/codehaus/plexus/classworlds/realm/ClassRealm) for the method's defining class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ExpressionFactory used in the signature

  • 写回答

5条回答 默认 最新

  • podd 2017-02-15 01:26
    关注

    可能是由于容器提供的包和web应用引入的包冲突引起的,排除重复包。

    评论

报告相同问题?