Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 hibernate 和 iReport,很好地配置类路径,但我收到此错误无法实例化方言类,esoty 使用 SQLServer。
这是方言
<property name="dialect"> org.hibernate.dialect.SQLServerDialect </property>
谢谢你的时间。
当您的项目和 ireport 类路径中使用了两个不同版本的 hibernate 时,就会出现此问题。确保您的项目和 ireport 类路径都指向相同版本的 hibernate。