Importance of CLASSPATH . or What is CLASSPATH ?
In : BCA Subject : Java ProgrammingThe CLASSPATH is an environment variable that tells the Java compiler javac.exe where to look for class files to import or java.exe where to find class files to interpret.
In contrast, the PATH is an environment variable that tells the command processor the where to look for executable files, e.g. *.exe, *.com and *.bat files.