- This topic has 3 replies, 2 voices, and was last updated 18 years, 7 months ago by Riyad Kalla.
-
AuthorPosts
-
slackoramaMemberI 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 WorkbenchVersion: 4.1.1 GA
Build id: 20060309-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse 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.exeThanks in advance.
SETH
Riyad KallaMemberWhat does your build path look like? It looks like a library conflict issue to be honest.
slackoramaMemberIt might have been although I don’t think so.
I just dropped my project and rebuilt it again from scratch (using the same libs) and the problem went away.
Thanks for the quick relply.
Riyad KallaMemberGlad it’s working now, sorry for the manual step of rebuilding in there.
-
AuthorPosts