Skip to Content.
Sympa Menu

freetds - Problem with freetds jdbc driver

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Chirayu Vaidya" <chirayuvaidya AT yahoo.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Problem with freetds jdbc driver
  • Date: Thu, 22 Nov 2001 01:53:18 -0500


I am getting a : java.lang.ClassNotFoundException:
com.internetcds.jdbc.tds.Driver when i run the code given below.

<HTML>
<BODY>
<%@ page language="java" import="java.sql.*,java.util.*"%>
<%

String login="steelp";
out.println(login);

try
{
Class.forName("com.internetcds.jdbc.tds.Driver");
out.println("Class.forName");
}
catch(Exception exp)
{
out.println("This is an exception : "+exp);
}
%>
</BODY>
</HTML>

I have put the freetds_jdbc.jar file in the classpath. However, this has
not rectifies the problem. Please get back to me ASAP.




Archive powered by MHonArc 2.6.24.

Top of Page