Adding a DataBase Driver in Hibernate
By Ramakrishna on Sep 17, 2008 in Hibernate Tutorial
Add the database driver
Even Hibernate needs a database driver to access a database. Open the project properties, click on ?Java Build Path?, select ?Add External Jars? and add your database driver. When you use PostgreSQL you can find your database driver on http://jdbc.postgresql.org when you use MySQL have a look here http://www.mysql.de/products/connector/j
Create database and tables.
