The software I'm using, Pentaho Kettle, is complaining that I don't have a Connector J driver installed, calling it
the name in this topic's title.
"Driver class 'org.gjt.mm.mysql.Driver' could not be found, make sure the 'MySQL' driver (jar file) is installed.
org.gjt.mm.mysql.Driver"
I do have a mysql-connector-java-5.1.23-bin.jar file present in
the MySQL\Connector J 5.1.23 directory.
Is that the same thing as org.gjt.mm.mysql.Driver?
Does it mean I have a driver installed but Pentaho Kettle can't "see" it for some reason?
I set CLASSPATH variables both inside and outside of Kettle pointing directly to the jar file to no avail.
What else do I have to do to install the driver that Kettle wants?
Thanks,
Tara