I’ve tried to evaluate the database binding with “MySQL“ under Borlands JBuilder. I always got the following errors:
”The driver: org.gjt.mm.mysql.Driver could not be loaded. This could be a problem with the driver itself or that the driver is not found on the classpath.”
or
”The driver: com.mysql.jdbc.Driver could not be loaded. This could be a problem with the driver itself or that the driver is not found on the classpath.”
I add the “MySQL“ Connector/J to the libaries respectively to the class path ({{Tools > Configure > Libaries}}), but the problem wasn’t solved. The {{“DataExpress“ > Database}} component fails again and gave me the error mesage that you see ahead. Hours and much of coffee later …
The Solution is to copy the “MySQL“ Connector/J jar-file ({{mysql-connector-java-…-bin.jar}}) into the libary folder ({{C:\Programme\Borland\JBuilder2005\lib}}) of Borland JBuilder. After you’ve copied the file, you must restart Borland JBuilder.