I'm having this issue for a while now and can't find answers online. I try to execute makeCluster
and somehow get this
Error in .jfindClass(as.character(driverClass)[1]) : class not found
library(doParallel)
library(foreach)
cores = makeCluster(2)
# Loading required package: methods
# Loading required package: DBI
# Loading required package: rJava
# Error in .jfindClass(as.character(driverClass)[1]) : class not found
# Calls: JDBC -> is.jnull -> .jfindClass
# Execution halted
Would anyone be able to help? Thanks.