IDEA 运行编译出现问题:Cannot start process, the working directory 'F:\hello\hello' does not exist
回答
小跑的蜗牛回答
原因:在创建后运行该类后又修改了路径导致的这个问题
解决方法:选择Run-Edit configurations。然后点击Application左边的向下箭头,在Configuration下会显示出Working directory,删除或者设置成合适dircotry就可以。
Working directory:方法一:删除路径,Apply--Ok
方法二:选择$MODULE_DIR$,Apply--Ok
重新设置后一定要apply哦~
(0)
相似问题