1

On the Windows installation of Repast Simphony 2.7 there exists the batch_runner.jar in the installation directory, while on Ubuntu it seems to be missing. I try to execute batch runs without a GUI inside a docker container.
Is there a way to import/build the batch_runner.jar?

Benedikt
  • 68
  • 4

1 Answers1

1

If you have access to the windows batch_runner.jar that should work on Linux. If not please, reply.

Nick Collier
  • 1,786
  • 9
  • 10
  • I do have a Windows system and access to the batch_runner.jar. Putting the JAR-File on the same level as the eclipse folder creates the error `Error: Unable to initialize main class repast.simphony.batch.standalone.StandAloneMain Caused by: java.lang.NoClassDefFoundError: org/apache/commons/cli/CommandLineParser`. This package is missing in the plugins folder, but even after manually inserting the Apache Commons cli Jar, the same error raises – Benedikt Jun 11 '21 at 08:59
  • I found a temporary "solution" by copying the `plugins` folder from windows to the linux system. – Benedikt Jun 11 '21 at 10:32