com.mysql.jdbc.Driver dependency...,
May 28, 2007 at 1:11 AM
I tried incorporating mysql support into an application I wrote using this method. You use the driver com.mysql.jdbc.Driver - but somehow your app works without having that package in your lib directory (even on my machine). I had to download the binary and put it in my lib directory in order to make my app work with the driver. How on earth did you do it?
View All Comments
| View Tutorial