I have a class in another package. I'm trying to access that class by writing classpath header in command prompt with directory structure.
My question is why I'm not getting compile time error, because I've not specified any jar file which is necessary to compile that java source file, as command prompt classpath header will override environment CLASSPATH variable.