Re: HardwareSimulator Errors on start
Posted by ivant on Apr 16, 2019; 5:49am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/HardwareSimulator-Errors-on-start-tp4033082p4033083.html
There are a couple of things you can try. First, this is an older project, so you may wish to try using Java 8 instead of Java 11.
You can also start the hardware simulator with the following command (from the terminal):
/bin/sh -x ./HardwareSimulator.sh
and copy and paste the output here, to get further help.