idea初学者:Cannot start process, the working directory 'F:\hello\hello' does not exist

编译出现问题: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 'F:\hello\hello' does not exist

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

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

重新设置后一定要apply哦~

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

idea初学者:Cannot start process, the working directory 'F:\hello\hello' does not exist

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