Freetds in JAVA

My OS is Mandrake 8.0 ,

i download freetds-0.52.i386.rpm and using rpm -i install

this rpm to /usr/local/freetds , then i write this 2 line in

my java program

String JDriver="com.internetcds.jdbc.tds.Driver";

String connectionURL=

"jdbc:freetds:sqlserver://my server ip:1433/News

but it still show this error message

java.lang.ClassNotFoundException: com/internetcds/jdbc/tds/Driver

java.sql.SQLException: driver not found: jdbc:freetds:sqlserver://my server ip:

1433/News

Is any path i should setup or is that freetds package

isn't install well?

p.s: my server ip is my PC's IP....

[679 byte] By [soga_csie] at [2007-9-26 6:20:11]
# 1
Hi Check for the package freetds_jdbc.jar is in classpath or not. It should be in the classpath.Thanks,Mansoor
mansooralip at 2007-7-1 15:18:26 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...