3 Replies Latest reply on Dec 8, 2005 11:27 PM by pengyeng

    What is the classpath for compiling a portlet

    pengyeng

      Hi, I'm a newbie for JBOSS portal. I have a problem in compiling a portlet.

      May I know what is the classpath for compiling a portlet?

      My portlet was defined as
      public class FirstPortlet extends GenericPortlet implements PortletConstants{
      }

      When compiled, the error message is cannot resolved symbol PortletConstant
      In my classpath I included portlet-api-lib.jar as the library.

      From
      Icestone