Login  Register

Re: i cant run the hardware simulator!!

Posted by cadet1620 on Apr 13, 2013; 4:07pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/i-cant-run-the-hardware-simulator-tp4025009p4026661.html

YAHAV wrote
C:\Users\Nohar Avigal\Desktop\TECS>HardwareSimulator.bat
Error: Could not find or load main class HardwareSimulatorMain

that is what I got after installing 64bit JAVA, and after fixing the PATH
what shall I do?
The HardwareSimulator.bat must be run from the 'tools' subdirectory. It contains relative paths to the class files.

--Mark