org.hibernate.console.HibernateConsoleRuntimeException: Received a NoClassDefFoundError

在使用hibernate code generation 从数据库逆向生成Java类时报错:
org.hibernate.console.HibernateConsoleRuntimeException: Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class
如图:
技术分享

解决方法:
将hibernate的版本从3.6改为3.5
(之前安装的时候是用jbosstools-4.2.3.Final_2015-03-26_23-05-30-B264-updatesite-hibernatetools.zip离线安装的,我也不知道装的hibernate到底是什么版本T_T)
技术分享

这个答案出自http://stackoverflow.com/questions/24324442/hibernate-tools-eclipse-luna-reverse-engineer-error-noclassdeffounderror-or里面 code9215 的回答。

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。