I installed java today and created the traditional hello world console application called first.java. I set the PATH stuff and whatnot, and the Sun tutorial says type in "javac first.java".
javac is an executable command which comes as part of the jdk package. You will be executing javac command from your command prompt which is part of Windows. Windows doesn't have any idea as where to ...