Duplicate class definition error

牧云@^-^@ 提交于 2019-12-01 17:27:46

问题


Can anyone help resolve this?

15:02:06,698 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.LinkageError: loader (instance of  org/apache/jasper/servlet/JasperLoader): attempted  duplicate class definition for name: "org/apache/jsp/tag/web/divBox_tag"

[geronimo 2.1, struts 1.2 ]


回答1:


Try cleaning the deploy directory of whatever server you're using.

Try cleaning your project/s in the IDE you're using (try F5 the project/s, restart the IDE).

Try cleaning the project/s with the build tool you're using.



来源:https://stackoverflow.com/questions/7176829/duplicate-class-definition-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!