I'm trying to connect to pentaho 9.1 to Azure SQL Server in Windows desktop Environment and I'm receiving the following error message:
Driver class 'net.sourceforge.jtds.jdbc.Driver' could not be found, make sure the 'MS SQL Server' driver (jar file) is installed.
net.sourceforge.jtds.jdbc.Driver
I've already downloaded JDBC driver from Microsoft and copy mssql-jdbc-9.2.0.jre8 to lib path or mssql-jdbc-9.2.0.jre11 to lib path as well. I already did copy mssql-jdbc_auth-9.2.0.x64.dll to \libswt\win64.
Some idea of what should I do?