`
pengjj2
  • 浏览: 139440 次
  • 性别: Icon_minigender_1
  • 来自: 无锡
社区版块
存档分类
最新评论

The type org.springframework.dao.support.DaoSupport cannot be resolved.的解决

阅读更多

在SSH2整合过程中,在导入HibernateDaoSupport后,eclipse会报错:

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

 

仔细检查了一下原因后发现,因为我导入的是spring-core-xxx.jar.这个包其实是不全的,缺乏对HibernateDaoSupport支持的包。所以应该将包spring-core-xxx.jar换成spring.jar即可

分享到:
评论
1 楼 kensunhu 2011-10-09  
不一定要导入spring.jar,你只需要导入org.springframework.transaction-3.1.0.M2.jar即可。

相关推荐

    解决The type org.springframework.dao.support.DaoSupport cannot be resolved.bao报错

    在开发Spring框架相关的Java应用时,可能会遇到"The type org.springframework.dao.support.DaoSupport cannot be resolved"的错误提示。这个错误通常意味着编译环境无法找到`DaoSupport`类,这是Spring DAO模块中的...

    The import com.loopj cannot be resolved 的解决方案

    在编程过程中,我们时常会遇到各种编译错误,其中一种常见的问题是"The import com.loopj cannot be resolved"。这个错误信息表明你的项目无法找到`com.loopj`包,这通常是由于缺少必要的库文件导致的。`com.loopj`...

    org.springframework.web.servlet-3.1.0.RELEASE

    是源代码,不是jar文件!!!!! /** * Holder for both Model and View in the web MVC framework. * Note that these are entirely ... * @see org.springframework.web.servlet.mvc.Controller#handleRequest */

    导入工程的“The import android cannot be resolved”错误解决方法

    在进行Android应用开发时,尤其是使用Eclipse作为集成开发环境(IDE)时,开发者可能会遇到一个常见的错误:“The import android cannot be resolved”。这个错误通常发生在尝试导入或打开一个已存在的Android项目...

    spring开发中的jar包,json,annotation

    The import org.springframework.web.bind.annotation cannot be resolved. json.jar spring.jar mail.jar log4j.jar

    estableRuntimeException cannot be resolved 解决

    在这种情况下,"org.apache.commons.lang.exception.NestableRuntimeException cannot be resolved" 错误表明开发环境中缺少了Apache Commons Lang库的一个特定版本,即`NestableRuntimeException`类。这个类存在于...

    httpcomponents-client-4.5.5-bin和src_20180518.zip

    > ★The type org.apache.http.NameValuePair cannot be resolved. It is indirectly referenced from required .class > ★BasicNameValuePair cannot be resolved to a type > ★HttpPost cannot be resolved to a...

    jar.zip解决The import javax.crypto cannot be resolved

    解决"The import javax.crypto cannot be resolved"问题的步骤通常如下: 1. **下载JCE和JSSE**:首先,你需要从Oracle官方网站或者其他可信的源下载JCE和JSSE的更新包。对于不同的JDK版本,这些扩展可能有不同的...

    org.apache.poi jar包

    org.apache.poi JAR包,解决个人的 import org.apache.commons.beanutils.PropertyUtilsBean; import org.apache.commons.lang.StringUtils;..."The import org.apache.poi cannot be resolved"的问题

    apache-ant-1.8.2.jar

    The type org.apache.tools.ant.Task cannot be resolved. It is indirectly referenced from required .class files错误....., 解决办法:在工程中加入此jar包

    spring-tx.jar

    The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced异常缺少的包

    rsslib4j-0.2.jar jar包,解决java报错找不到资源包问题 The import org.gnu cannot be resolved

    rsslib4j-0.2.jar jar包,解决java报错找不到资源包问题 The import org.gnu cannot be resolved。 报错 import org.gnu.stealthp.rsslib.*; RSSChannel、RSSException、RSSHandler、RSSItem、RSSParser

    spring依赖包讲解.doc

    在Spring框架中,依赖包管理是一项关键任务,它涉及到如何正确地引入和组织各种库以确保应用程序能够正常运行。在本文中,我们将深入探讨Spring框架所依赖的主要包及其功能。 首先,Spring自身依赖于Apache Ant作为...

    org.apache.commons.codec包

    解决经常遇到的The import org.apache.commons.codec cannot be resolved问题,只需导入文件中的commons-codec-1.11.jar就可以,如和导入包就不赘述了。

    org.apache.poi JAR包

    org.apache.poi JAR包,解决个人的 import org.apache.commons.beanutils.PropertyUtilsBean; import org.apache.commons.lang.StringUtils;..."The import org.apache.poi cannot be resolved"的问题

    java eclipse 出现 xxx cannot be resolved to a type 错误解决方法

    Java Eclipse 出现 "xxx cannot be resolved to a type" 错误解决方法 Java Eclipse 是一个功能强大且广泛使用的集成开发环境(IDE),但是在使用过程中可能会出现各种错误信息,例如 "xxx cannot be resolved to a...

    commons-lang3-3.1.jar

    当你在项目中遇到"The import org.apache.commons.lang3 cannot be resolved"的错误时,通常是因为缺少了这个库的引用,导致你的代码无法找到所需的类。 `org.apache.commons.lang3`是该库的主要包名,其中包含了...

    spring-tx-4.2.2.RELEASE.jar

    The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced from required .class files 解决方法: 导入spring-tx-4.2.2.RELEASE.jar包。

    关于springboot我出过的那些错误.docx

    错误七:Resolved [org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors 错误原因:无法解析一个对象中另一个类类型的对象 解决方式:加一个类...

    org.apache.commons.dbcp.BasicDataSource的解决方法

    Apache Commons DBCP(Database ...通过以上措施,你可以有效地管理和解决问题,确保`org.apache.commons.dbcp.BasicDataSource`在你的应用程序中稳定、高效地运行。记得定期更新库版本,以获得最新的修复和改进。

Global site tag (gtag.js) - Google Analytics