Hibernate Tools - Eclipse Luna Reverse Engineer Error - NoClassDefFoundError: org.hibernate.cfg.reveng.OverrideRepository -
Hibernate Tools - Eclipse Luna Reverse Engineer Error - NoClassDefFoundError: org.hibernate.cfg.reveng.OverrideRepository -
i next error in eclipse luna
using latest hibernate-tools
effort reverse engineer tables hibernate objects. i'm using jdk 8
run eclipse, 1.8
compliance levels , i've tried 1.7 , still same error. tried removing jars project classpath
, same error. has plugin suspect. know of hack or quickfix?
org.hibernate.console.hibernateconsoleruntimeexception: received noclassdeffounderror, console configuration classpath incomplete or contains conflicting versions of same class received noclassdeffounderror, console configuration classpath incomplete or contains conflicting versions of same class java.lang.noclassdeffounderror: not initialize class org.hibernate.cfg.reveng.overriderepository not initialize class org.hibernate.cfg.reveng.overriderepository java.lang.noclassdeffounderror: not initialize class org.hibernate.cfg.reveng.overriderepository not initialize class org.hibernate.cfg.reveng.overriderepository
did install previous, stable, kepler edition of hibernate tools, , install luna edition without uninstalling kepler version?
is there hibernate3.jar transitively added classpath maven enabled projects (check effective pom.xml)?
you can check plugins folder eclipse see if latest hibernate tools in fact missing org.hibernate.cfg.reveng.overriderepository
class. nightly/unstable build, exclusively possible.
lastly, can remove eclipse image debugging purposes next examples in hibernate docs create ant build file, , execute commandline. using approach, never able accomplish useful, able identify particular problems were.
eclipse hibernate hibernate-tools
Comments
Post a Comment