achuthan mukundarajan wrote:
I made sure that package pA is visible to pB. When i try to run the child class i get a NoClassDefFoundError. How do i resolve the issue?
Generally these types of errors are caused by the location of the class files, the CLASSPATH setting, and how the program is executed. It would be a good idea to tell us what these are.
Henry