'jar' is not recognized as an internal or external command
Hi
after insatlling j2sdk1.4.2, when i try to give the command jar -? or javac -? from outside the bin directory of javahome, Error ocurrs as "'jar' is not recognized as an internal or external command, operable program or batch file."
The class path set is CLASSPATH=D:\j2sdk1.4.2\bin;D:\j2sdk1.4.2\lib;D:\j2sdk1.4.2\jre
Strange behaviour is that while giving java -? from outside the bin directory, it executes properly and displays the help of java command.
Looking forwrd for the reply
thanx in advance

