I am trying to create a JDBC driver in R using following code: i have already set the directory to location where .jar folder is located
drv <- JDBC("com.mysql.jdbc.Driver",
"mysql-connector-java-3.1.14-bin-g.jar",
identifier.quote="`")
i get the following error:
Error in .jfindClass(as.character(driverClass)[1]) : class not found
what would be the problem?