I try to connect to MySQL database (works perfect when I connect to it without servlet) and get the below error all the time:
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
This error means (as I understand) that I don't have some jar files in my project. but this is not true, because I have those Jars. !Moreover, if I realy didn't had those jar, I could not have connected to the database anyway.
What I missed?