posted 20 years ago
Good Morning Black Hawk,
I examined your response to Malini's question and duplicated it in Eclipse. Your solution, of course, worked. I do not understand why in package p2 does the specific import of class A, as in import p1.A;, solve the problem? Does not the import in Malini's code, import p1.* also import class A if needed?
Thank you in advance,
:-)
JerryB