1. 程式人生 > >Cannot load JDBC driver class 'net.sourceforge.jtds.jdbc.Driver'

Cannot load JDBC driver class 'net.sourceforge.jtds.jdbc.Driver'

is basically because your application has dependency on jtds.jar which is unavailable in the classpath so first download the jar from here and add it to the classpath.