[java ee programming] Re: How to add MySql5.0 Driver to eclipse

2009-09-18 Thread Alin Dumitrescu
You have to look for the "mysql-connector-java-3.0.17-ga-bin.jar" on the internet, you have the link at the bottom. It is the jar that you have to put in the /lib directory of your project It will tell your application how to reach the MySQL server. http://dev.mysql.com/downloads/connector/j/5.1.h

[java ee programming] Re: How to add MySql5.0 Driver to eclipse

2009-09-18 Thread Bob Santos
Hi Sagar, I'm not sure with eclipse 5.1 cause I haven't used it yet but here's some points: 1. If you are creating a desktop app then you should add it to the build path.Right click the project and select Build Path -> Configure Build Path and go to the Libraries tab and click Add External Jars a