When I run a java program I get the following error message; 'javac' is not recognized as an internal or external command, operable program or batch file. Could you help me to handle this. Thanks Prem
Vladimir Ergovic
Ranch Hand
Joined: Apr 22, 2001
Posts: 63
posted
0
You have to put JDK directory to path. You should set it inside system setings. But you can fix it like this. set PATH=c:\jdk1.3\bin\; before starting compiler