小编use*_*439的帖子

java.lang.ClassNotFoundException:org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuterFilter

我将所有的struts2 jar复制到该WEB-INF/lib文件夹中,struts.xml文件如下所示:

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">*
Run Code Online (Sandbox Code Playgroud)

运行应用程序时,我仍然遇到此异常。
我该如何解决?

java struts2

4
推荐指数
2
解决办法
1万
查看次数

标签 统计

java ×1

struts2 ×1