Base De Conhecimento & Downloads
A Base de Conhecimento fornece documentação escrita pela nossa equipe. Por favor selecione a categoria ou pesquise por questões.
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/
- © 2016-2024 JVMHost.com All rights are reserved.