Hi,
I have problem with JDBC.
I am using netBeans 5.5 along with MySQL 5.0 And connector/J Driver
for the same.
I have installed it properly.The program doesn't work.
But when I run the program I get 'com.mysql.jdbc.Driver'
ClassNotFoundException .What shoud I do to get it corrected?
Can anybody hep me?
Ian Wilson - 10 Apr 2007 10:52 GMT
> Hi,
>
[quoted text clipped - 7 lines]
>
> Can anybody hep me?
You need to tell Java where the MySQL driver is located. I'm not
familiar with MySQL but I imagine the drivers are provided as a .jar file.
Reading this might help http://mindprod.com/jgloss/classpath.html.