Hi, I’m using Gradle for a build tool. With the following dependencies:
dependencies {
compile ‘com.microsoft.sqlserver:sqljdbc4:4.0.0’
compile ‘io.gatling.highcharts:gatling-highcharts:2.2.5’
}
When I try to run a simulation which uses JDBC feeder I get the following error: Exception in thread “main” java.sql.SQLException: No suitable driver found for jdbc:sqlserver:…
Can someone hep with this issue?
Thank you.