Getting runtime error while trying to connect mysql from java -


 java.lang.classnotfoundexception: com.mysql.jdbc.driver [module "deployment.sample.war:main" service module loader].  

the above 1 error message.

i have included mysql-connector-java-5.1.35-bin.jar in class path , shown in libraries well.

i using jboss 7.1.0.final server run it. how resolve error?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -