IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci

Posted ThinkVenus

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci相关的知识,希望对你有一定的参考价值。

错误是发生在从github上checkout自己的项目时。因为没有将配置文件一起上传,所以在运行Java程序时有了这个报错:

Cannot start compilation: the output path is not specified for module “Test”. Specify the output path in Configure Project.

其实这个错误是因为没有设置output的路径,只要修改两个地方的设置就可以了: 
1. 在Modules设置里勾选”Inherit project compile path” 
技术分享
2. 设置Project中的”Project compiler output” 
技术分享
选择”Project的路径”+”\out”,比如说我的就是 
技术分享 



将这两处改好后就能正常运行了。








以上是关于IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci的主要内容,如果未能解决你的问题,请参考以下文章

IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci

IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci

IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci

IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci

IDEA创建maven项目时,报错[FATAL_ERROR] Cannot start Maven: Cannot find JRE '1.7'

Intellij idea Cannot start internal HTTP server.