You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.IllegalAccessException: class RJavaTools cannot access a member of class java.util.Collections$UnmodifiableCollection (in module java.base) with modifiers "public"
I have also tried installing py-causal and that gave me errors too. Has anyone gotten these packages to work correctly on R or python?
The text was updated successfully, but these errors were encountered:
@kiattikunc I reverted back to 1.6.0_45 but that created a new problem:
Error in .jcall("edu/cmu/tetrad/annotation/AlgorithmAnnotations", "Ledu/cmu/tetrad/annotation/AlgorithmAnnotations;", :
java.lang.UnsupportedClassVersionError: edu/cmu/tetrad/annotation/AlgorithmAnnotations : Unsupported major.minor version 52.0
This didnt come up in 1.8. Any ideas for solution?
I am trying to run the command
after installing rcausal as directed here:
https://github.com/bd2kccd/r-causal
But I keep getting this error:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.IllegalAccessException: class RJavaTools cannot access a member of class java.util.Collections$UnmodifiableCollection (in module java.base) with modifiers "public"
I have also tried installing py-causal and that gave me errors too. Has anyone gotten these packages to work correctly on R or python?
The text was updated successfully, but these errors were encountered: