ClassNotFoundException - GroovyStarter

Error: Could not find or load main class org.codehaus.groovy.tools.GroovyStarter
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.tools.GroovyStarter
ClassNotFoundException - GroovyStarter

This error message appears when you try to run a process- or map-script directly.

You must start the Test_ (as the script host), not the script itself -> Concepts

Last updated