Re: .hdl file modification
Posted by
cadet1620 on
Apr 03, 2012; 9:12pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/hdl-file-modification-tp3880550p3882418.html
Long posts are much preferred to short post that have to be guessed at to understand.
On Windows, you should not have to set the CLASSPATH variable yourself. If it wasn't there, you likely don't have the Java runtime installed. (The "jdk" is the Java Developer's Kit; you won't need that unless you are developing Java apps.)
Delete the CLASSPATH you added and install the latest Java runtime from
http://java.com/en/download/index.jspUse the Windows Explorer to find the HardwareSimulator.bat file and double-click on it.
You can create a
shortcut to HardwareSimulator.bat on your desktop for convenience. Do not move or copy HardwareSimulator.bat itself.
Someone with a Mac will need to address those specific issues.
--Mark