Erri Hibernate + SQLServer

Boa tarde,

estou com problemas para instalar o hibernate com sqlserver a partir do “Selection hibernate folder” do netbeans 5.5.
Sempre acusa que “SQLServerDriver.class” não existe. Já tive problemas para instalar o SQL Server 2000 sem o hibernate, foi penoso para achar o driver certo, alguma sugetão ???

Obrigado

** Eu já tenho uma conexão com sqlserver 2000 sem hibernate, eu posso usar os mesmos drivers (msbase, mssqlserver, sqljdbc) ou não?

** quando configuro as "properties" no netbeans 5.5 ele aceita o driver:

hibernate.dialect=org.hibernate.dialect.SQLServerDialect
hibernate.connection.driver_class=com.microsoft.jdbc.sqlserver.SQLServerDriver
hibernate.connection.username=sa
hibernate.connection.password=2040
hibernate.connection.url=jdbc:microsoft:sqlserver://localhost;DatabaseName=biblioteca

** porém quando vou montar uma simples tabela, ocorreo o seguinte erro
-> rg.hibernate.HibernateException: JDBC Driver class not found: com.microsoft.jdbc.sqlserver.SQLServerDriver <-

** O que devo fazer?

Obrigado!