helloworldapp problem
So i copy and paste the code on notepad, save it as "HelloWorldApp.java", and i put it on my desktop and so i change the directory on command prompt to the desktop and i type in dir i see my HelloWorldApp.java so then i type javac HelloWorldApp.java.
so i update the path variable (XP if it helps) in the user paths, name it java and make the directory to the C:\Program Files\Java\jdk1.5.0_06\bin and this folder had all these exes of java stuff. so then i type javac HelloWorldApp.java in again and the same "not recognized as int ext command, bath file executable file" message comes up.
i tried then to type this instead C:\Program Files\Java\jdk1.5.0_06\bin\javac HelloWorldApp.java but then it said that C:\ Program wasnt recognized?
Please help, this is getting incredibly frustrating.

