MySQL Forums
Forum List  »  Microsoft SQL Server

Re: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
Posted by: PraveenKumar Subramanian
Date: November 13, 2007 04:05PM

Hi,

I am using Jboss-4.0.3SP1 and Mysql 5.0.3 and eclipse , so I configured the mysql-java-connector-3.1.12.bin.jar in the eclipse's build path.

But when I try to build and deploy the project, the following error logs in the jboss.

--only the error part of it--
ERROR [JDBCExceptionReporter] Could not create connection; -nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for : com.mysql.jdbc.Driver; nested throwable:(java.lang.ClassNotFoundException: com.mysql.jdbc.Driver)); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for : com.mysql.jdbc.Driver; -nested throwable: (java.lang.ClassNotFoundException: com.mysql.jdbc.Driver)))


Does anyone know what is this due to?

Options: ReplyQuote


Subject
Written By
Posted
Re: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
November 13, 2007 04:05PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.