IDEA错误:Cannot start compilation: the output path is not specified for module “XXX”.

错误是发生在从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 “XXX“.相关推荐

  1. Cannot start compilation:the output path is not specifired for module “xxx“.Specify the output path

    Cannot start compilation:the output path is not specifired for module "xxx".Specify the ou ...

  2. IDEA Debug时报错Cannot start compilation: the output path is not specified for module““

    IntelliJ IDEA Debug时报错 Cannot start compilation: the output path is not specified for module "S ...

  3. 报错解决:usr/bin/ld: output.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when maki

    晚上在用g++的时候报错如下: -> # g++ output.o -o test /usr/bin/ld: output.o: relocation R_X86_64_32 against ` ...

  4. 已解决Cannot start compiler The output path is not specified for module untitled

    Cannot start compiler The output path is not specified for module untitled 出错原因 在使用时没有设置class输出目录 解決 ...

  5. HLS报错解决方法(csim_design failed)

    目录: 1.hls::stream仿真警告 2.'csim_design'  failed: compilation error(s).(2种错误情况) 3.cvShowImage函数不显示,可能是没 ...

  6. ubuntu安装ceres、pyceres及对应报错解决

    目录 一.安装流程 二.报错解决 1.std报错 2.报错eigen问题 3.未定义的引用,发现libm和libc版本不同 4.c++: fatal error: 已杀死 signal termina ...

  7. 连接远程服务器CredSSP加密Oracle修正报错解决办法

    连接远程服务器CredSSP加密Oracle修正报错解决办法: 打开注册表,快捷输入 "regedit"(类似找命令提示符 输入 cmd 一样)找文件夹 路径:HKLM(缩写)\S ...

  8. 从零开始在ubuntu上安装和使用k8s集群及报错解决

    文章目录 安装docker 安装kubernetes 配置k8s集群 配置虚拟机网络 配置Master节点的k8s网络 拉取k8s需要的镜像 启动 kubeadm 和 kubelet 配置 node节 ...

  9. Linux/ubuntu 安装 redis 4.0报错解决:redis-server.service: Can't open PID file /var/run/redis/redis-server.

    此文首发于我的个人博客:Linux/ubuntu 安装 redis 4.0报错解决:redis-server.service: Can't open PID file /var/run/redis/r ...

最新文章

  1. linux系统调用和库函数调用的区别
  2. python怎么导入包-python怎样导入包
  3. 曼昆《经济学原理》(第五版)习题解答 第三章 相互依存性与贸易的好处
  4. loadrunner 11 下载地址
  5. 【Linux 内核 内存管理】RCU 机制 ② ( RCU 机制适用场景 | RCU 机制特点 | 使用 RCU 机制保护链表 )
  6. python对字符串(内嵌的字典)转为字典
  7. 【Rain in ACStar HDU-3340】
  8. 数据竞赛:如何小号作弊
  9. MySQL索引原理、失效情况
  10. Spring MVC表单实例
  11. Myeclipse6.5中安装maven
  12. C# 编译后执行bat等脚本文件 运行脚本文件 执行Copy 执行XCopy
  13. 解决VMware虚拟机桥接模式无法上网的解决方法 ubuntu
  14. 基于html+css房地产销售系统设计与实现-计算机毕业设计源码+LW文档
  15. 前程无忧招聘信息数据清洗+聚类分析
  16. Python获取某平台主播照片, 实现颜值检测, 进行排名
  17. gateway整合filters
  18. QQ如何应对中年困境?
  19. error: failed to push some refs to如何解决
  20. 隐私保护与生成模型: 差分隐私GAN的梯度脱敏方法

热门文章

  1. 数字信号处理学习笔记(一)|离散傅里叶变换
  2. mysql5.6.37 主从同步_MySQL5.6 Replication主从复制(读写分离) 配置完整版
  3. TensorFlow 笔记4--使用tensorboard
  4. 【Python】开启Pandas进阶:图解Pandas透视表、交叉表
  5. 【学术相关】国内考博需要怎么准备?难度大吗?有什么建议?
  6. 【数据竞赛】从0梳理1场数据挖掘赛事!
  7. 【Python基础】当变量有值时,为什么会出现UnboundLocalError?
  8. 在线阅读!!机器学习数学精华:线性代数
  9. mac java+selenium 实现UI自动化1_琉璃
  10. Git分支高级管理[四]