java installation error - javac
I have downloaded the following:
jdk1.6.0_07 and
jre1.6.0_07 to my Laptop.
I am running Windows XP.
When I am testing the version in Dos: java -version, it does display the correct version.
When I try to compile ex: javac Welcome.Java, it gives me an error saying:
"Javac unrecognized".
I have tried to add the following to the Environment Settings but with no luck:
c:\jdk1.6.0_07\bin;
Please can somebody assist, I reaaly want to start learing how to program in Java as soon as possible. I come from a DB2 Cobol Background.
Regards
Judy:confused:
Java Installation JAVAC Unknown Error
Thanks it worked, but it's a long typing road. Aren'y you suppose to just type in JAVAC from anywhere instead of be in the path where it's stored.
Example: c:\jdk1.6.0_07\bin\Welcome\javac Welcome.java ?
Versus: c:\ jdk1.6.0_07\bin\javac Welcome.java or even only c:\javac Welcome.java ????????
Thanks
Judy:cool: