'Trying to resolve Java issue when running Tabulizer in R
I am trying to extract tables from pdfs in R using tabulizer, and keep getting this error when I use extract_tables.
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.lang.IllegalAccessException: class RJavaTools cannot access a member of class java.util.ArrayList$Itr (in module java.base) with modifiers "public"
I have seen this question asked before and am aware that it is likely a dependency issue, but am unsure about how to fix that. I installed Maven and that hasn't seemed to work.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|