posted 16 years ago
Hi all,
I am using Eclipse 3.2 and I have created a project with some package structure along with the default package. I have one class in default package (DefaultClass.java) and I want to make the use of that class in any of the package (for e.g. com.my.test.MyClass) . Whenever I try to make the use of the class which is default package , its giving me compile time error . Its not able to reconise the class in default package. Is there anything that I am missing . I even tried to put import statement (import DefaultPackage.java) . But still the class is not getting reconised . Can anybody please tell me the solution for the same.
Thanks in advance,
Samir