Duplication of class definition error

Can anyone help to resolve this issue?

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]

+5
source share
1 answer

Try cleaning the deployment directory of any server that you are using.

Try cleaning project / s in your IDE (try F5 project / s, restart IDE).

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

+11
source

All Articles