I just started to learn Java programming. Following a guide/tutorial, I created my first .java file. The problem accrued when I tried to compile the .java file.
I have installed Java SE Development Kit 8u131. I have set the user Path variable to C:\Program Files(x86)\Java\jdk1.8.0_131\bin
but that didn't work.
The exact error I get when using javac command is the following: 'javac' is not recognized as an internal or external command, operable program or batch file.
Can you guys help me get the javac command working? I have no idea what the problem might be besides the Path variable.