dear friends
I have define two classes A and B in a package
test,where class B extends class A.both ".class" files are in test folder and i have also set classpath correctly.
now when I am importing test.A and test.B in a class C in adiffernt folder then it works fine but if I import test.*; then It could not compile. why it is happening please help me
thanks
khalid
[This message has been edited by mohd khalid (edited April 03, 2001).]