错误信息 :
15.IDEA报错:Cannot start compilation: the output path is not specified for module “XXXX“. S
这是在点击“运行”按钮时弹出的错误提示框。
出错原因是没有设置output的路径,修改两处即可。
1.

15.IDEA报错:Cannot start compilation: the output path is not specified for module “XXXX“. S
在Models里面选择“Inherit project compile output path"

2.设置Project中的”Project compiler output”
15.IDEA报错:Cannot start compilation: the output path is not specified for module “XXXX“. S
选择你project的路径,并在后面添加”/out"
例如:
15.IDEA报错:Cannot start compilation: the output path is not specified for module “XXXX“. S
两处都改完就可以了。

相关文章:

  • 2021-07-03
  • 2021-09-09
  • 2021-06-04
  • 2021-04-01
  • 2021-09-11
  • 2022-01-02
猜你喜欢
  • 2021-05-08
  • 2021-04-01
  • 2021-06-29
  • 2021-08-07
  • 2021-07-19
  • 2021-08-12
相关资源
相似解决方案