JDBC Driver class not found: com.mysql.jdbc.Driver?

To start with, the jar that I need to connect to MySQL 5.5 should have been mysql-connector-java-5.1.15-bin. Jar but not mysql-connector-java-5.1.15. Jar Secondly, this jar is not available in maven repository so I needed to manually add it to my local maven repository and then added it as a dependency in my pom.xml.

To start with, the jar that I need to connect to MySQL 5.5 should have been mysql-connector-java-5.1.15-bin. Jar but not mysql-connector-java-5.1.15.jar. Secondly, this jar is not available in maven repository so I needed to manually add it to my local maven repository and then added it as a dependency in my pom.xml.

Unzip your generated JAR file. There is a folder WEB-INF in. Then check if mysql-connector-java-5.1.15.

Jar exists in this WEB-INF/lib.

You din't mean a WEB-INF folder in the unzipped mysql-connector-java-5.1.15. Jar, did you? What am I missing?

– skip Jan 8 at 18:12 It gives me the same error even if I configure the build path manually by adding mysql-connector-java-5.1.15. Jar to the build path, which I am not sure if I should have even done that with the maven webapp project as with maven I see the dependencies in the Java Resources. – skip Jan 8 at 18:17 I am just generating the schema, I don't think lib folder in WEB-INF should have anything to do with it?

I can't believe I am stuck at it. – skip Jan 8 at 18:26 I mean the WEB-INF/lib folder in the unzipped web-app. – tfb785 2 days ago I was mistakenly using the wrong jar file.

I've got it working now. Thanks :) – skip 2 days ago.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions