Struts2.1.6为什么老出ClassNotFoundException?
dingbin0921
2009-04-21
大家有用struts2.1.6的吗,今天换了这个版本总是出现ClassNotFoundException,查看了一下自带的那个blank应用,发现web.xml里配置变成了 <filter> . . . 那相应的jar包应该引哪些呢?谢谢 |
|
KimShen
2009-04-21
增加了一个必需的包
commons-fileupload.jar |
|
nurenok
2009-04-21
貌似最初级的struts2只需要5个包,你可以一次引全部的。但是整合spring和hibernate的时候很可能出错,很麻烦的
|
|
jansel
2009-04-22
我一般引入Struts-core struts-spring-plugin struts-sitemesh-plugin struts-dwr-plugin struts-configbrowse-plugin 还有就是依赖的Apache-commons
|
|
baoq
2009-04-22
包冲突?
检查一下jar |
|
iany
2009-04-25
common-io
|
|
iany
2009-04-25
ognl,oro
|
|
treblesoftware
2009-04-27
需要 commons-fileupload.jar 与 common-io
|
|
娴静女生
2009-04-28
struts2.1.6除了最开始的5个基本包之外还要填加一个commons-fileupload.jar
包,而且需要在Tomcat的Server.xml文件下配置工程的 Onload |
|
cwx714
2009-04-28
缺这个:struts2-convention-plugin-2.1.6.jar,最关键的包。
|