I'm using Eclipse Java EE IDE for Web Developers.
In Eclipse I have a folder that contains two classes I'm using for a web project: I tried to import them in my .java file in my package, but they are not recognized by Eclipse and an error appears. "The import CookieUtilities cannot be resolved" and "The import LongLivedCookie cannot be resolved"
Importing by:
import CookieUtilities.*;
import LongLivedCookie.*;
How can I import these classes to my .java file in my package? BTW: These classes have an icon with a J010 on them, which I'm not sure what that means. If you click on the file it states: "Source not found" There is no source file attached to the class file LongLivedCookie.class.