I am starting to teach myself Java programming and found a great book called Java: A Beginner's Guide, Sixth Edition by Herbert Schildt. I really like it.
I am also doing the udacity.com classes which uses the BlueJ ide. I want to install javac and run and compile a java source code file from Windows 7 cmd prompt, but I can't get javac to work!
Java JDK1.8.0_60 is currently installed in C:\Program Files\Java. I went to environment variables under system and only have a 'Path' variable. I don't have a 'PATH' one. How do I get javac to work?