Hello there!
I am trying
Java for the first time. I added the following to the Path variable:
C:\Program Files\Java\jdk1.7.0_11\bin
at the cmd prompt, i type % javac, like C:\>% javac, and it says :
% is not recognized as an internal or external command, operable program or batch file.
so i try just javac, like C:\>javac and i get:
Usage: javac <options> <source files>
where possible options include:
and a whole list of variables...
I am using Windows 7, i installed Java SE 7u11 JDK from the Oracle download site.
What am i missing?
Thanks,
M.