Hey,
I have an application that is built upon Wicket 1.3, Spring 2.5 and
Hibernate 3
When I run the command:
mvn jetty:run
I got the following exception:
WARN - DriverManagerDataSource - Could not load driverClass
com.jdbc.mysql.Driver
java.lang.ClassNotFoundException: com.jdbc.mysql.Driver
I have this dependency in the pom.xml file:
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.6</version>
</dependency>
Any ideas what is going wrong?
--
View this message in context:
http://www.nabble.com/Why-I-get-ClassNotFoundException---tp22910240p22910240.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]