友情提醒:
先看文章目录,大致了解文章知识点结构,点击文章目录可直接跳转到文章指定位置。 |
第一章、问题分析
1.1)报错提示
报错如下:Cannot start compilation: the output path is not specified for module "xxxxx". Specify the output path in the Project Structure dialog. |
1.2)报错原因分析
报错的原因是:外部项目导入本地是缺少相应的配置,也就是没有指定输出out文件的路径。idea需要在项目下生成一个out目录,该目录下会存放java文件运行后的字节码文件(.class)。
第二章、解决方式
2.1)打开IDEA设置
①打开IDEA—>file—>project structure
②选择project,设置out文件目录位置
文章来源:https://www.toymoban.com/news/detail-754780.html
③重启idea文章来源地址https://www.toymoban.com/news/detail-754780.html
到了这里,关于解决IDEA运行时报错Cannot start compilation: the output path is not specified for module “xxxxx“.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!