| Author |
JDBC-sql server Run time error
|
Muhammad Uzair Baig
Greenhorn
Joined: Mar 02, 2004
Posts: 12
|
|
Hi I have a problem when I try to connect java and sql server 2000. An run time error is coming in my program. Exception in thread "main" java.lang.ClassNotFoundException: new com/microsoft/jdbc/sqlserver/SQLServerDriver() at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:130) at Test.<init>(Test.java:8) at Test.main(Test.java:30) I try all classpath first I place the msssqlserver.jar, msutil.jar, msbase.jar into jdk1.4\jre\lib\ext but the same above problem is come. Then I make a directory in D drive d:\javasql and place all the jar files into this directory my .java and .class files also and I try these different paths d:\javasql>set classpath=d:\msbase.jar;d:\msutil.jar;d:\mssqlserver.jar d:\javasql>java �classpath �.;d:\msbase.jar;d:\msutil.jar;d:\mssqlserver.jar� Test d:\javasql>set classpath=d:\.. and some different path also but the same problem exit please help me on it the program is. Best Regards Uzair Baig [edited to add code tags] [ November 28, 2004: Message edited by: Jeanne Boyarsky ]
|
 |
 |
|
|
subject: JDBC-sql server Run time error
|
|
|