I installed jdk 1.6.0 , but it shows "javac is not an internal or external command, operable program or batch file" when i try to compile a java file in command prompt. pls help...
Answers : 1 | Votes : 1161| On : 2001-09-10
Comments
BINESH T J : Dude you just need to set the classpath;
Go to System properties->Advanced->Environment Variables->Under System Variables->Open 'Path'->Paste here the path where u installed java which is 'C:\Program Files\Java\jdk1.6.0\bin\' by default or where u installed java.
On : 2002-09-10