I am trying to connect R to Cassandra and I am getting the following error - even though I explicitly add this directory folder to the classpath before I run the code (and I also point to the classpath within the statement)? Thanks for any help!
require(RJDBC)
.jaddClassPath("C:\\Users\\atrombley\\Desktop\\R\\")
cassdrv <- JDBC("org.apache.cassandra.cql.jdbc.CassandraDriver",
"C:\\Users\\atrombley\\Desktop\\R\\cassandra-jdbc-1.2.5.jar")
Error in .jfindClass(as.character(driverClass)[1]) : class not found