Error: Java: file does not exist. How to change where compiler is looking for the file? -


when run project, created using intellij ide, getting error:

error:java:file:c:\c:\users\slinkymation\documents\java_stuff\java_library\gui_stuff\house\out\production\house: not exist

clearly, problem lies in "c:\c:" part, not sure how fix file path. ideas?

i realized had change build path.


Comments