Javac
path = D:\JDK141_03\bin;d:\jdk141_03\lib\tools.jar;.;
classpath = D:\JDK141_03\bin;d:\jdk141_03\lib\tools.jar;.;
When javac is typed, the following error is shown
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/tools/javac/M
ain
But when java is typed, it is working fine

