MyEclipse: Jsp errors running tutorial [Closed] MikeBurke - Dec 30, 2003 - 03:12 PM Post subject: Jsp errors running tutorial [Closed]
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.MikeBurke - Dec 30, 2003 - 03:21 PM Post subject:
Re-compiling the jsp fixed the problem