0

i created a jsp hibernate application in order store the values entered in jsp to database using hibernate i am using toad for my sql as data base and it is throwing the following error plz hep me 192.168.10.161 is a system in network which consist of toad No suitable driver found for jdbc:mysql://192.168.10.161/testdb

vikasramireddy
  • 88
  • 1
  • 10
  • May have a look at: [No suitable driver found for jdbc:mysql://localhost/ (Stackoverflow)][1] [1]: http://stackoverflow.com/questions/12590314/no-suitable-driver-found-for-jdbcmysql-localhost –  Jul 05 '13 at 16:06
  • Are you using tomcat, jboss, glassfish...? – dougEfresh Jul 05 '13 at 16:07

1 Answers1

0

The problem you are facing because of there is no MySql JDBC Driver present in your project libraries. Add MySql JDBC Connector in your project libraries. I hope it will work.

Prabhakar Manthena
  • 2,223
  • 3
  • 16
  • 30