Steve B.
06-10-2008, 08:04 PM
Quick Java question.
I've taken Java programming before at my college, and I used to use the command "javac [filename]" to compile Java code. My home computer seems to lack this option, so I've downloaded "Java EE 5 SDK" along with numerous other options from Sun's website.
To test it, I've made a file "Simple.java" under my C:\ directory. I've gone to the command prompt and typed:
CD C:\
javac Simple.java
On the second command, I receive the error:
'JAVAC' is not recognized as internal or external command, operable program or batch file.
I've tried installing a dozen or so things, Google'd a milion times, varied the code and path parameters.. I have no idea what's going on. Could anyone help me out with why my "javac" command seems to be absent?
I've taken Java programming before at my college, and I used to use the command "javac [filename]" to compile Java code. My home computer seems to lack this option, so I've downloaded "Java EE 5 SDK" along with numerous other options from Sun's website.
To test it, I've made a file "Simple.java" under my C:\ directory. I've gone to the command prompt and typed:
CD C:\
javac Simple.java
On the second command, I receive the error:
'JAVAC' is not recognized as internal or external command, operable program or batch file.
I've tried installing a dozen or so things, Google'd a milion times, varied the code and path parameters.. I have no idea what's going on. Could anyone help me out with why my "javac" command seems to be absent?