编译出现问题:Cannot start process, the working directory 'F:\hello\hello' does not exist

解决方法:选择Run-Edit configurations。然后点击Application左边的向下箭头,在Configuration下会显示出Working directory,删除或者设置成合适dircotry就可以。

idea:Cannot start process, the working directory XXX does not exist

Working directory:方法一:删除路径,Apply--Ok

方法二:选择$MODULE_DIR$,Apply--Ok

重新设置后一定要apply哦~

顺便说一下:如果你出现该类已经被加载的情况,要注意一下这里:

Application下面不能重复,有了就不能再加载一遍。解决方法:选中,点红色的减号,删除之前已经加载过的类就好了。

idea:Cannot start process, the working directory XXX does not exist

PS:

其实只需要将删除就好了。我是这样做的’

 

欢迎关注微信公众号:Java的学习之路

里面资料非常全,从java初级到高级都有,视频,电子书,面试宝典,简历模板,经典案例,源码分析程序员故事以及解决bug方法。。。。应有尽有,可以推荐大家一起学习下!!

idea:Cannot start process, the working directory XXX does not exist

相关文章:

  • 2021-07-13
  • 2021-07-09
  • 2021-04-26
  • 2022-12-23
  • 2021-11-18
  • 2021-09-19
  • 2021-05-06
  • 2021-04-26
猜你喜欢
  • 2021-05-02
  • 2021-05-11
  • 2021-07-04
  • 2021-08-26
  • 2021-10-09
  • 2021-08-12
相关资源
相似解决方案