PATH and CLASSPATH.
I'm sure this has been asked a number of times before, but I cannot find the solution to my problem for the sake of me and rather actually stress on for a few more days delaying my "startup" of this language a bit longer, I've decided to come for help.
I have JDK 6 installed into "C:\JDK" -- I've tried setting my PATH variable to the following:
1. C:\JDK\j2se\src\windows\bin;
2. C:\JDK\j2se\src\windows\bin\amd64;
(With and without the semi-colons)
I'm still getting the error "'java' is not recognized as an internal or external command, operable program or batch file." whenever I try to execute Welcome1.class (made by Bluej).
With the CLASSPATH variable I have no idea what to put.
Also, and this may not be worth mentioning, in the command line I've hit a few "path" 's which always give me:
PATH = C:\JDK\j2se\src\windows\bin\amd64;C:\JDK\j2se\src\windows\bin\amd64;
With or without the semi-colon at the end of the line depending on the PATH I've setup. Also corresponds with or without the amd64 folder.
(I've an AMD 65 x2 4200 CPU)

