Re: Importing javax.faces.context.FacesContext for Glassfish



On Oct 29, 10:17 pm, csharpdotcom <cmshar...@xxxxxxx> wrote:
I am working through the examples in the book "Core JavaServer Faces"
and I'm stuck on code that requires javax.faces.context.FacesContext
to be imported,
<snip>
Where do I get this code

http://java.sun.com/javaee/javaserverfaces/

and how to I ensure that it is downloaded to
the correct directory on my Ubuntu Linux system?

Read the documentation for your Java IDE. Follow it.

If you don't use a Java IDE read the documentation of the Java
compiler. Pay special attention to that classpath thing.

.