阅读398 返回首页    go 阿里云 go 技术社区[云栖]


[ssh ][异常]The type org.springframework.dao.support.DaoSupport cannot be resolved........

写spring的时候,使用SqlMapClientDaoSupport,结果报出异常:

The type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files

 

上网搜索了一下:发现有些地方说,把spring-core-xx.jar换成 spring.jar。可是spring包里边没有这个jar。

后来发现,要添加一个

org.springframework.transaction-3.0.5.RELEASE.jar,就可以了。

最后更新:2017-04-02 06:51:51

  上一篇:go Android排错:has leaked window com.android.internal.policy.impl.PhoneWindow$ that was originally added
  下一篇:go Ubuntu 11.04 下安装配置 JDK 7