gpt4 book ai didi

java - 由 : java. lang.ClassNotFoundException 引起 : org. hibernate.cfg.AnnotationConfiguration 无法被 net.sf.jasperreports_6.10.0.final 找到

转载 作者:行者123 更新时间:2023-12-01 23:49:43 26 4
gpt4 key购买 nike

我正在尝试将 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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com