You can't import classes from the default package. You should avoid using the default package except for very small example programs.
From the Java language specification:
It is a compile time error to import a type from the unnamed package.
2.1m questions
2.1m answers
60 comments
57.0k users