JDBC - msbase.jar\Msutil.jar\Mssqlserver.jar

Hi

i get the error :

java.lang.ClassNotFoundException: /microsoft/jdbc/sqlserver/SQLServerDriver

because i dont have the msbase.jar\Msutil.jar\Mssqlserver.jar files. can someone please tell me where i can get these files. i need to add them to the classpath but i dont have them.

Cheers

[319 byte] By [something_elsea] at [2007-11-26 18:16:12]
# 1
This? http://www.microsoft.com/downloads/details.aspx?familyid=6d483869-816a-44cb-9787-a866235efc7c&displaylang=en
duckbilla at 2007-7-9 5:49:46 > top of Java-index,Java Essentials,New To Java...
# 2
i already downloaded the driver. added the following to the classpathC:\Program Files\Microsoft SQL Server 2005 JDBC Driver\sqljdbc_1.1\enu\sqljdbc.jarbut still the same error message.
something_elsea at 2007-7-9 5:49:46 > top of Java-index,Java Essentials,New To Java...
# 3
Put the jar into the jdk\jre\lib\ext (e.g. C:\Program Files\Java\jdk1.6.0\jre\lib\ext) and jre\lib\ext (e.g. C:\Program Files\Java\jre1.6.0\lib\ext) directories and try again. Then you don't need to set the classpath.#
duckbilla at 2007-7-9 5:49:46 > top of Java-index,Java Essentials,New To Java...