rgkrish183
Posts: 1
|
Posted: 01/21/2014, 4:01 AM |
|
this error line:
the data should not going to store in database.....
i ill install the right mysql connecter in web inf- lib ..... but i'm again and again getting this error only?
plsease some one to help me out this error..............
ClassNotFoundException:com.mysql.jdbc.Driver
_________________
exprience |
 |
 |
scarvello
Posts: 64
|
Posted: 01/27/2014, 5:06 PM |
|
Did you added it on classpath?
|
 |
 |
jhonmith17
Posts: 4
|
Posted: 02/05/2014, 9:21 AM |
|
this means you program does not able to find my sql class. Make sure you give correct mysql class path in your program.
_________________
Computer Tech Support 247 -http://www.computertechsupport247.com/ |
 |
 |
spaul8808
Posts:
|
Posted: 05/30/2014, 4:49 AM |
|
Generally, this kind of error is due to the class loading error, you can import whole package by *
|
 |
 |
|