Hello.. When I try compiling my
java program using 'Javac' I use to get error "Javac not recognized as...". So I have set the path..
"set path = C:\Program Files\Java\jdk1.5.0_03\bin". So the error stopped.
But when I checked using 'java -version' from command prompt, it worked even before I had set the path as above.
Help me understanding the way it worked. Thanks!!
Cheers,
Rakesh