idea报错解决:Cannot start compilation: the output path is not specified for module “XXX“.
生活随笔
收集整理的這篇文章主要介紹了
idea报错解决:Cannot start compilation: the output path is not specified for module “XXX“.
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
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的路徑,只要修改兩個地方的設置就可以了:
選擇”Project的路徑”+”\out”,比如說我的就是
將這兩處改好后就能正常運行了。
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的idea报错解决:Cannot start compilation: the output path is not specified for module “XXX“.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 解决WSL2中Vmmem内存占用过大问题
- 下一篇: CDH6.3.2界面配置hbase-si