Not found:org.codehaus.groovy.tools.GroovyStarter

阅读更多
Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/groovy/tools/GroovyStarter
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.tools.GroovyStarter


Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/groovy/tools/GroovyStarter
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.tools.GroovyStarter

如果是用groovy installer版本,可能会出现这个问题。

下载bin版本,覆盖一下,即可解决
http://dist.codehaus.org/groovy/distributions/

你可能感兴趣的:(Groovy,Java,thread)