classNotFoundException in Loading JDBC Driver
问题 I am a newbie in java and I'm developing a Java EE application on the Netbeans 6.9.1 IDE. I have to connect my java application with SQL Server 2005. For that I have downloaded the sqljdbc.jar file and have put it into C:\Program Files (x86)\Microsoft SQL Server\JDBC Drver\lib on my system and have set its classpath on command prompt like this set classpath=.;C:\Program Files (x86)\Microsoft SQL Server\JDBC Drver\lib\sqljdbc.jar and have set the classpath in the IDE by right clicking on the