I keep trying to import a package containing various classes into a project in eclipse and at the very top of the class with the main method in I use the standard import x.*; but I keep getting an error on that line saying "the import x cannot be resolved". Any suggestions?
