Hi, Alex, For me, if the classpath is defined properly, the driver will be visible to the class loader.
That's what i have done (in linux) > echo $CLASSPATH ...:/opt/java/msSQLjdbc/lib/msbase.jar:/opt/java/msSQLjdbc/lib/mssqlserver.j ar:/opt/java/msSQLjdbc/lib/msutil.jar:... Maybe you can double check if you have all three jars in classpath and verify if they are in the expected location. Regards, Anthony -----Original Message----- From: Alexandre Alvarez Martini Santos [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 4:28 AM To: OJB List Subject: MSSQL Server driver not loaded Hello, I'm a beginner with OJB and have this msg when trying to launch the setup routine (bin\build prepare-testdb): JDBC driver com.microsoft.jdbc.sqlserver.SQLServerDriver could not be loaded Well, the driver was added to CLASSPATH, and when I try against the (default) hsqldb it works. Could you help me? Thanks in advance, al. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
