I intstalled j2sdk1.4.2_09 on my computer but when I go to compile in cmd it says javac is not recognized as a command. How would I go about fixing this. thanks
You need to to make sure the binaries for the kit are in your command execution path.
Start -> Control Panel -> System. Choose the Advanced tab. Click the Environment Variables button. Modify the Path in your System variables so that the directory containing javac and the other tools is included.
That's the way it is on XP, anyway. If you were using an actual operating system you would have been instructed on which file to go to and edit.
Make visible what, without you, might perhaps never have been seen. - Robert Bresson
Hi, that mgiht be missing a semicolon right before c:\... I set mine by typing something like this:
set path=%path%;c:\progra~1\etc\bin
See if THIS helps. Let me know if it isn't clear so I can fix it up. Thanks!! [ September 16, 2005: Message edited by: Stan James ]
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi