I'm not having good luck with my reveng.xml file so I decided to try to use Eclipse to reverse-engineer a MySQL database. I downloaded and installed Eclipse IDE for Java EE Developers. Then I followed the instructions at
http://www.wikihow.com/Generate-Hiberna ... -DB-TablesI extracted hibernate-tools.jar to the eclipse dropins folder, then I restarted Eclipse, but set 3 didn't work at all. It says this:
Click on [File -> New -> Other -> Hibernate -> Hibernate Configuration File] and create a cfg file. The following properties should be specified : jdbc url , username, password, DB schema, driver class and dialect.
I made it all the way to File -> New -> Other, but there's no "Hibernate" section in the dialog that comes up. Can anyone tell me what I might be missing?