Hallo, i'm new to java and i'm here thanks to the head first book. I followed the instruction in the FAQ but after set the java_home et cetera windows only recognize the java command, not the javac. Where i did wrong?
Thanks in advance
You are probably including the path to your JRE instead of your JDK in your PATH. A JRE is just the runtime engine, while the JDK also includes the compiler and other dev tools. When you do a simple search on this forum, you should be able to find an answer.