I've been using NetLogo on a high-performance computing cluster and have been unable to use the new NetLogo 7.0+ with my current setup. Specifically using netlogo-headless.sh it fails with:
ClassNotFoundException: []
It seems like the headless script uses ABSOLUTE_CLASSPATH pointing to a single jar: lib/app/netlogo-7.0.3.jar
Consulting an LLM during debugging, it said that "NetLogo 7 requires all jars in lib/app/" - unsure if this is accurate but if so could result in an empty / invalid classpath passed to Java.