I have spent the last few hours on the Internet, and I cannot figure it out.
I want to include some classes javax.facesin the java package I'm working on.
In particular:
import javax.faces.application.Application;
import javax.faces.context.FacesContext;
import javax.faces.el.VariableResolver;
I am using eclipse 3.4
I know how to enable external libraries, configure my build path, etc.
What I DO NOT know is that the libraries (jars, libs, whatever) contain the classes that I need, and I don't know where to find them. I know the information is there (people are developing JSF stuff all over the word), but I don't seem to be able to figure it out.
Thanks in advance.
user49192
source
share