Skip to Content.
Sympa Menu

freetds - Re: Freetds with MSSQL

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Curt Hagenlocher" <curt AT hagenlocher.org>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>, "Chirayu Vaidya" <chirayuvaidya AT yahoo.com>
  • Subject: Re: Freetds with MSSQL
  • Date: Mon, 19 Nov 2001 06:38:36 -0800


"Chirayu Vaidya" <chirayuvaidya AT yahoo.com> writes:

> I get a java.lang.ClassNotFoundException:
> com.internetcds.jdbc.tds.Driver
> when i try to use freetds in my site.

The only possibility is that the freetds_jdbc.jar file is not
in the classpath. Because you are running inside a servlet
container, you will have to modify the container's classpath;
it's almost certainly not using the system classpath.

Under Tomcat 4.0, it's sufficient to put the jar file into
the "lib" subdirectory; then, restart the server.

--
Curt Hagenlocher
curt AT hagenlocher.org



  • Freetds with MSSQL, Chirayu Vaidya, 11/17/2001
    • <Possible follow-up(s)>
    • Re: Freetds with MSSQL, Curt Hagenlocher, 11/19/2001

Archive powered by MHonArc 2.6.24.

Top of Page