天天看點

[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,就可以了。