I just upgraded to myeclipse 4.1.1 and now some of my JSP’s won’t validate where they did before.
I’m getting these sorts of errors:
cannot find symbol: symbol : class HttpServletRequest. NOTE: No JSP line number was avaliable so line 1 was used for the marker.
cannot find symbol: symbol : class HttpServletResponse. NOTE: No JSP line number was avaliable so line 1 was used for the marker.
package javax.servlet.http does not exist: import javax.servlet.http.*;.
My servlets and whatnot in the same project compile fine though so it doesn’t seem to be a missing library problem. Cleaning the project and rebuilding didn’t solve the problem. Other JSP’s are fine and dandy.
Here’s my config info:
*** Date: Wed Apr 05 14:20:00 PDT 2006
*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.5.0_05
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 4.1.1 GA
Build id: 20060309-4.1.1-GA
*** Eclipse details:
Eclipse SDK
Version: 3.1.2
Build id: M20060118-1600
Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600
Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600
Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600
Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600
Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
D:\installs\eclipse\eclipse-3.1.2\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
bac_a4
-vm
D:\jdk\bin\javaw.exe
Thanks in advance.
SETH