I've spent the last several hours searching the web, and I can't figure this one out.
I want to include some javax.faces classes in a java package I'm working on.
Specifically: import javax.faces.application.Application; import javax.faces.context.FacesContext; import javax.faces.el.VariableResolver;
I'm using eclipse 3.4
I know how to include external libraies, set up my build path etc.
What I do NOT know is what libraries (jars, libs, whatever) contain classes I need, nor do I know where to find them. I know the information is out there (people are developing JSF stuff all over the word), but I seem incapable of figuring this out.
Thanks in advance.