首页 > 其他 > 详细

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

时间:2017-04-29 15:48:10      阅读:6938      评论:0      收藏:0      [点我收藏+]

错误是发生在从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". Specify the out

原文:http://www.cnblogs.com/ThinkVenus/p/6785316.html

(1)
(2)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!