jive连接mssql2000报错

Failed to load specified JDBC driver. Make sure the driver is in your server's classpath. Since Jive does not work with the "sun.jdbc.odbc.JdbcOdbcDriver" driver, or the "com.internetcds.jdbc.tds.Driver" driver, their use is specifically disallowed

我的配置:
driver:
com.microsoft.jdbc.sqlserver.SQLServerDriver
url:
jdbc:microsoft:sqlserver://zouchunping:1433;DatabaseName=jive
user:
sa
password:
a

你的driver错了,要用com.microsoft.jdbc.sqlserver.SQLServerDriver

classpath里有加上mssql2000-jdbc的lib目录下的包吗?