I can run the hardware simulator and load builtin chips, but I can't get any hdl files in the project folders to load. See attached. I can initiate the load, but the loaded code doesn't change.
To clarify, you can load c:/nand2tetris/tools/builtInChips/Xor.hdl, but when you try to load
unmodified c:/nand2tetris/projects/01/Not.hdl something fails.
Your Screen shot shows the dialog still open. Does the dialog not close if you select LoadChip? Or does the dialog close but there is no change in the appearance of the Hardware Simulator window?
What version of Windows are you running? What version of Java. Type "java -version" from the command line and you should get something like this:
C:\TECS\projects\01>java -version
java version "1.7.0_60"
Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
Java HotSpot(TM) Client VM (build 24.60-b09, mixed mode, sharing)
C:\TECS\projects\01>
--Mark