Add Mysql connector in eclipse classpath
1. Download mysql connector jar from
http://dev.mysql.com/downloads/connector/j/
2. Open eclipse in java EE perspective (top right corner)
3. Right click the project go to Properties.
4. Choose Java Build Path and then Select Libraries tab
5. Click Add External JARs and add the path of the mysql connector jar
6. Click Ok button and clean and build the project
Properties window for my java project
1. Download mysql connector jar from
http://dev.mysql.com/downloads/connector/j/
2. Open eclipse in java EE perspective (top right corner)
3. Right click the project go to Properties.
4. Choose Java Build Path and then Select Libraries tab
5. Click Add External JARs and add the path of the mysql connector jar
6. Click Ok button and clean and build the project
Properties window for my java project