错误记录IntelliJ IDEA 编译 Groovy 项目报错 ( Groovy SDK is not configured for module )

Posted 韩曙亮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误记录IntelliJ IDEA 编译 Groovy 项目报错 ( Groovy SDK is not configured for module )相关的知识,希望对你有一定的参考价值。

文章目录





一、报错信息



Groovy SDK is not configured for module ''

运行时提示 :

错误: 找不到或无法加载主类 org.codehaus.groovy.tools.GroovyStarter





二、修改方案



猜测是 Gradle 版本与 Groovy 版本不匹配导致 ;

在 IntelliJ IDEA 中重新创建一个 Groovy 工程 , 看下配置 ;


将 build.gradle 中的

dependencies 
    compile 'org.codehaus.groovy:groovy-all:3.0.5'

配置 , 修改为

dependencies 
    compile 'org.codehaus.groovy:groovy-all:2.3.11'

配置 , 即可编译成功 ;


上述只是提供一个问题解决思路 ;

以上是关于错误记录IntelliJ IDEA 编译 Groovy 项目报错 ( Groovy SDK is not configured for module )的主要内容,如果未能解决你的问题,请参考以下文章

错误记录IntelliJ IDEA 编译 Groovy 报错 ( Could not open/create prefs root node SoftwareJavaSoftPrefs )

错误记录IntelliJ IDEA 编译 Groovy 项目报错 ( Groovy SDK is not configured for module )

错误记录IntelliJ IDEA 编译 Groovy 项目报错 ( gradle-resources-test:XX: java.lang.NoClassDefFoundError: org )

[java问题记录]IntelliJ Idea编译报错:javacTask: 源发行版 1.8 需要目标发行版 1.8

错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( No module named ‘numpy‘ )

IDEA JetBrains IntelliJ - 'make' 上的编译错误,但使用 Maven 编译时很好,并且 IntelliJ 在类文件中没有报告错误