Exception in thread "main" java.sql.SQLException: No suitable driver found for jdbc

Hi,
I am trying to use jdbcFeeder but getting an exception for not finding the suitable driver. I added the .jar path to CLASSPATH (also to .bash_profile), but its not working. I am using mac for execution.

Have a look at gatling.sh and you’ll se it honors JAVA_CLASSPATH env var, not CLASSPATH.
Then, our build tools plugin (maven and such) don’t honor this env var as the build tool is in charge of building the classpath.