I have a package zipped using Winrar, and want to import it using Eclipse IDE. I did that by using the "Import" function when you right-click on your project's name. But, when I create a new class, and type, say:
import element.*;
I get an error.
What should I do?
Thanks.

