Possible Duplicate: How to access java-classes in the default-package?
I am using Eclipse 3.5 and I have created a project with so
Classes in the default package cannot be imported by classes in packages. This is why you should not use the default package.