java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter when starting Simple Struts2 Application

后端 未结 3 1506
醉酒成梦
醉酒成梦 2020-11-27 22:05

I am trying to run a simple Struts2 application but it always throw the following exception:

java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.         


        
3条回答
  •  清歌不尽
    2020-11-27 22:53

    Dear this the part of Struts 2 Core 2.2.3.1 API.

    And I tried to run you linked project it is properly working for me. there is no issue.

提交回复
热议问题