Error in .jfindClass(as.character(driverClass)[1]) : class not found

前端 未结 2 537
温柔的废话
温柔的废话 2021-01-27 07:24
> cassdrv <- JDBC(\"org.apache.cassandra.cql.jdbc.CassandraDriver\",
+                 list.files(\"C://Users//VRavimurugan.GSIN//AppData//Roaming//RazorSQL//cassa         


        
2条回答
  •  礼貌的吻别
    2021-01-27 08:04

    Just to note, the answer you linked to says to change the driver name to be

    "com.datastax.driver.jdbc.CassandraDriver"

    if you are using the dependencies listed in that answer, as opposed to the older dependencies listed here.

提交回复
热议问题