I'm trying to use the Reverse Generator. I've made the correct setup for my database connection, but when I want to use "Add Tables" I get the message "Error in get Catalogs from DB". What should I do?
not sure if you have the same problem I had. I was getting the same error, due to not having the hibernate-tools.jar in my classpath. This is the tools jar from Hibernate, not from the plugin.
Once I had this in my project classpath, it worked fine.
Daniel,
not sure if you have the same problem I had. I was getting the same error, due to not having the hibernate-tools.jar in my classpath. This is the tools jar from Hibernate, not from the plugin.
Once I had this in my project classpath, it worked fine.
Hope this helps,
John