When going through the tutorial I’m getting error messages after generating the helloWorld.jsp. I’m running linux red hat 9 and using jboss-3.2.1 with your latest version of myeclipse. The errors are:
“The method getPageContext(Servlet, ServletRequest, ServletResponse, String,
boolean, int, boolean) in the type JspFactory is not applicable for the arguments (helloWorld_jsp, HttpServletRequest, HttpServletResponse, null, boolean, int, boolean)”
“The import java.lang is never used”
“The import java.util is never used”
any suggestions would be appreciated.