I am trying to connect to MSSQL using the MS JDBC driver (Microsoft SQL Server JDBC Driver 3.0: http://www.microsoft.com/download/en/details.aspx?id=21599 ), but that everyone I get java.lang. ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver when I run the project in Netbeans.
I am running Netbeans 7.1 on Windows 7 Enterprise 64-bit. I have looked through several guides on the Internet on how to configure the MSSQL JDBC driver, but I know that something is missing. Does anyone have a guide for fool / idiocy to set this up, I don't care how important this is. I am sure that this is something in my environment, it is not right, and I am just starting with Java and Netbeans, so I suspect that I did not notice something.
source share