How to import a class from other package in to the current java class of the different directory. The two directories are linked to the same same directory.
i.e. Directory A and B are subdirectories of C which is again sub-directory of the D.
if the classes in B are packaged using package D.C.B;, how to call this package classes in the A directory?