6/02/2016

Adding Java Path to Command Prompt

Download JDK for your computer architecture and OS.
Install it.
Start -> Control Panel -> System -> System properties -> Advanced
Find Environment Variables.
Under System Variables, click on Path variable from list -> Edit
Copy path to java binaries C:\Program Files\Java\jdk*****\bin and add it as variable value
Okay everything and now you cna compile and run Java programs.