作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试将 Hibernate 与 jasperreports 结合使用,使用 jasersoft studio (6.10.0),
我在项目中使用 hibernate 5,因此我使用注释来映射类。
当我创建 Hibernate 数据适配器时,我选择使用“注释”,但出现以下错误:
java.lang.ClassNotFoundException:
org.hibernate.cfg.AnnotationConfiguration cannot be found by
net.sf.jasperreports_6.10.0.final
我是否缺少一些 jar 文件?
最佳答案
In Hibernate 3.6, “org.hibernate.cfg.AnnotationConfiguration” is deprecated, and all its functionality has been moved to “org.hibernate.cfg.Configuration“.
So , you can safely replace your “AnnotationConfiguration” with “Configuration” class.
取自 Hibernate – The type AnnotationConfiguration is deprecated
实际上,这意味着您需要使用不使用已弃用的 API 或降级 Hibernate 的其他版本的 jasperreports。
关于java - 由 : java. lang.ClassNotFoundException 引起 : org. hibernate.cfg.AnnotationConfiguration 无法被 net.sf.jasperreports_6.10.0.final 找到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58224226/
我是一名优秀的程序员,十分优秀!