I'm trying to reverse engineer my Oracle Database with Hibernate Tools. However, when I try to do so, I get the following error:
Received a NoClassDefFoundError, propably the console configuration classpath is
incomplete or contains conflicting versions of the same class.
java.lang.NoClassDefFoundError: Could not initialize org.hibernate.tool.version
I read that something like this could happen due to a conflict between the Hibernate Tools Jar and the regular Hibernate Jars. I removed my Maven-Import and manually added the Hibernate-Jar (only the core-jar like described in the solution).
I'm using the Development Milestone 4.0.0 of Hibernate Tools
, I put the Hibernate-version in the tools configuration to 4.0 and I used the current Hibernate 4.1.7. I also tried the Hibernate 4.0.0-Core-Jar but with every combination I got the same error.
Oh, and I use STS 3.1.0 (don't think it's that however).
Any tips/suggestions would be appreciated.