I just switched for a while from MacOS to Windows and I could not simply install JDK and run javac on Windows as I did with MacOS. Before running javac I needed to add new Environmental Variable for my user (with name PATH and the actual path to bin folder for jdk).
Why did I run javac w/o any problems on MacOS, but I needed to add env. variable to Windows? Thanks.