Search code examples
sql-server-2008weblogic-10.xjdeveloper

Cannot load driver: com.microsoft.sqlserver.jdbc.SQLServerDriver weblogic 10g


I'm trying to create a datasource from weblogic 10.3 to sqlserverexpress 2008 r2, but when I test the connection, the following message appears :

Cannot load driver: com.microsoft.sqlserver.jdbc.SQLServerDriver

What should I do?


Solution

  • You need to add the sqlserver JDBC driver jar file to the weblogic classpath.