Estou tentando brincar com hibernate sofri pra configurar tudo mas agora empaquei.
aparece um erro que parece bem simples.
Não estou usando nenhum servidor
o mysql-connector-java-5.1.15-bin.jar esta na minha lib e esta no build path
java.sql.SQLException: No suitable driver found for jdbc:localhost:3306/controle:shock:
hibernate.properties
hibernate.connection.driver_class com.mysql.jdbc.Driver
hibernate.dialect org.hibernate.dialect.MySQLDialect
hibernate.connection.url jdbc:localhost:3306/controle
hibernate.connection.username root
hibernate.connection.password 123