Reputation: 1801
when i try to run a project
java -jar test.jar
i get the following exception
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
how to add mysql-connector-java-5.1.22-bin.jar in classpath
Upvotes: 0
Views: 737
Reputation: 263933
Maybe you have forget to add the library in your project. Please see the links below
Upvotes: 1