一、问题:

使用的是IntelliJ IDEA 15.0,菜鸟加新手一个,写了一个 Hello World程序,执行时报错:error:specify the output path in configure project

IDEA error:specify the output path in configure project


二、解决办法

1.点击工具栏的File按钮----》project structure(快捷键为Ctrl+shift+alt+s)打开项目结构面板。

2.点击Project Settings 下的Project,在Project compiler output中点击最右边的  ...  指定你的项目目录下的output文件夹(如果你的目录下没有,自己手动创建一个),然后点ok确定项目配置即可。

IDEA error:specify the output path in configure project

相关文章:

  • 2021-04-01
  • 2022-12-23
  • 2021-06-21
  • 2021-08-28
  • 2021-10-02
  • 2022-12-23
  • 2021-04-18
猜你喜欢
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2021-08-01
  • 2021-10-19
  • 2021-09-23
相关资源
相似解决方案