|
-
error NoClassDefFound
this is the message i get:
java.lang.NoClassDefFoundError: com/microsoft/jdbc/sqlserver/SQLServerDriver
at CheckUser.<init>(CheckUser.java:16)
at MyApplet.login(MyApplet.java:138)
at MyApplet.init(MyApplet.java:18)
at sun.applet.AppletPanel.run(AppletPanel.java:373)
at java.lang.Thread.run(Thread.java:595)
when i type in the username and password,click on submit button, it gives this error. it connects to the sql database and it should compare if the username and password match with the one in the database...is this a driver problem? i loaded the driver and it works fine, because it connects to the sqlserver.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks