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就可以。
Working directory:方法一:删除路径,Apply--Ok
方法二:选择$MODULE_DIR$,Apply--Ok
重新设置后一定要apply哦~
顺便说一下:如果你出现该类已经被加载的情况,要注意一下这里:
Application下面不能重复,有了就不能再加载一遍。解决方法:选中,点红色的减号,删除之前已经加载过的类就好了。
本文转载自https://blog.****.net/qq_37703616/article/details/78954878