java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver

后端 未结 5 1238
广开言路
广开言路 2021-01-13 00:39
java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver

I got the above exception when i trying to deploying my Application

5条回答
  •  感情败类
    2021-01-13 01:08

    Eventhough you have JAR(sqlserverjdbc.jar) in build path You need to add the jar file containing the class. com.microsoft.sqlserver.jdbc.SQLServerDriver to your war file's WEB-INF/lib folder.

提交回复
热议问题