rnetlogo

java.lang.NoSuchMethodError when loading model with RNetLogo

孤者浪人 提交于 2020-01-24 01:00:07
问题 I want to start NetLogo from R and load a model. When I start like so ( gui = TRUE ): NLStart(nl.path = "C:/Program Files/NetLogo 6.1.0/app", nl.jarname = "netlogo-6.1.0.jar", gui = TRUE) and load the model I get model:java.lang.reflect.InvocationTargetException When I start like so ( gui = FALSE ): NLStart(nl.path = "C:/Program Files/NetLogo 6.1.0/app", nl.jarname = "netlogo-6.1.0.jar", gui = FALSE) and load the model I get Java-Object{java.lang.NoSuchMethodError: org.nlogo.workspace