×
×

FAQ & Downloads

Die Datenbank enthält von unserem Team erstellte Dokumentationen. Bitte wählen Sie eine Kategorie aus oder suchen Sie nach Antworten.

Articles

Java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

If you are getting java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
you need to make sure that JDBC driver for MySQL is in WEB-INF/lib directory of your web application
or in Tomcat's lib directory (common/lib in case of Tomcat 5.5). Restart Tomcat after adding the jar.
You can find latest driver at http://dev.mysql.com/downloads/connector/j/


Powered by HostBill