I get the following error in Eclipse Luna using the latest Hibernate-tools to attempt to reverse engineer my tables into Hibernate objects. I'm using JDK 8 to run Eclipse, 1.8 as my compliance levels and I've tried 1.7 and still the same error. I tried just removing all jars from my project classpath and same error. IT has something to do with the plugin I suspect. Does anyone know of a hack or quickfix?
org.hibernate.console.HibernateConsoleRuntimeException: Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.cfg.reveng.OverrideRepository Could not initialize class org.hibernate.cfg.reveng.OverrideRepository java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.cfg.reveng.OverrideRepository Could not initialize class org.hibernate.cfg.reveng.OverrideRepository
The Stackoverflow post is here.
http://stackoverflow.com/questions/24324442/hibernate-tools-eclipse-luna-reverse-engineer-error-noclassdeffounderror-or
|