出现的异常如图

Cannot start compilation : the output path is not specified for module

出现的原因

java是编译语言.java编译成.class,出现这个问题的原因是java编译的class文件没有地方输出(没有输出的文件夹)

解决的办法

指定输出文件夹就可以了;

解决步骤

第一步:在弹出框点击OK

第二步:

Cannot start compilation : the output path is not specified for module

第三步:

选择本项目下一个out文件夹,没有的话创建

相关文章:

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