首页 > 代码库 > IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Specify the out
IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Specify the out
错误是发生在从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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。