I am trying to create POJO classes for hibernate by reverse engineering. For this I'm using Jboss Tools.
In Hibernate Console Configuration window for Database connection I click "New" button then chose MySql New Driver Definition icon from there and tried to choose every version of "MySQL JDBC Driver" from list But at top of window it shows error Unable to locate JAR/zip in file system as specified by the driver definition: mysql-connector-java-5.1.0-bin.jar. I have right version jar for Mysql driver with Maven.
Could anybody tell what is the problem.
I use: - Eclipse Luna - Maven - Hibernate 4.3.6.Final - MySQL 5.6 - JDBC MySQL Driver 5.1.32
Screenshot
