for my coursework we are dealing with javacc. My professor sent us a javacc zip file and followed the set up guide, what i done:
when i try to test my code working with javacc i get error:
'javac' is not recognized as an internal or external command,
operable program or batch file.
Right click Computer
Click the properties
On the left pane select Advanced System Settings
Select Environment Variables
Under the System Variables, Select PATH and click edit, and then click new and add path as C:\Program Files\Java\jdk1.8.0_131\bin (depending on your installation path) and finally click ok
Next restart your command prompt and open it and try javac