Really from the beginning
Hello everyone,
Well, this is gonna be a pretty basic question, but I am stumped and hope there is an easy fix.
I just bought Beginning Java 7, downloaded jdk and documentation and believe I have it installed properly.
I created the little program to test the compiler on page 7 and when I navigated to the correct directory in the command prompt window and issued the javac MyProgram.java instruction I received the following message ----------
'javac' is not recognized as an internal or external command, operable program or batch file
-----------
I am assuming that Windows is not seeing the compiler somehow, but I am not sure how to correct this or if it is something else entirely.
Thanks in advance for any help
|