I've waded through the topics here on the forum, on sun's website, and on/offline documentation here and there, but have not gotten an answer that could get me make a step forward.
I have a laptop with Vista (the humanity!) and first wanted to download a JDK to get started on my Head First
Java. It took me a while to figure out what Java 1.6.0 and Java 6 is (the same), and then I spent quite some time figuring out wich version I should take. Version 3, netbeans version, umbrella version, "let's make your life even more difficult with yet another" -version, etc. In the end I just closed my eyes and clicked :-) So, now I have Java JDK 6 (1.6.0) version 3, and then I ended up searching where the frick it was in my start menu>programs. Turns out there isn't a GUI for it, and it was hidden in the bowels of Vista.
Anyways, I made a map, and put my helloworldapp.java in it. As in the example on the sun website to make a class out of it, I went to the command line, and typed the line in. Got a message;
'javac' is not recognized as an internal or external command,
operable program or batch file. Did some searching, lots of reading, and ended up at sun's "path variabels" documentation. This is what I put in:
Variable name: Java
Variable value: C:\Program Files\Java\jdk1.6.0_03\bin
for both the user and system variables. In the command prompt I looked up my helloworldapp.java file, and put javac in front of it, but, to no avail again; same message...
What am I doing wrong? It seems like university is needed to get started on Java