ClassNotFoundException when connecting to MS SQLServer using JDBC

前端 未结 3 2016
闹比i
闹比i 2021-01-19 11:20

I\'m trying to connect to a MSSQL using the MS JDBC Driver (Microsoft SQL Server JDBC Driver 3.0: http://www.microsoft.com/download/en/details.aspx?id=21599) but what every

3条回答
  •  抹茶落季
    2021-01-19 11:43

    I your project tree listing pane, under libraries see if the JDBC package is listed if not right click on the library node -> Add JAR/Folder. Then browse the right package from your computer and import it. I think this should solve the problem.

    And as you asked this link might be helpful Creating a Simple Application Using MYSQL DB

提交回复
热议问题