Re: "Could not create output file"
Posted by
cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Could-not-create-output-file-tp3305980p3306414.html
KneadSomeBread wrote
So I've finished writing the .hdl (OR in this case) and loaded it and the test script. When I try to run it, though, it stops on the line
output-file Or.out
and the message on the bottom says
Could not create output file C:\Program Files (x86)\TECS\projects\01/Or.out
Not exactly sure what I should do. Thanks for any help.
My guess is that Java doesn't have permission to write files under C:\Program Files (x86). I'd try moving your projects directory tree under My Documents.
--Mark