facebook

Upgrade to 4.1.2 causing problems with JSP

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #249855 Reply

    slackorama
    Member

    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

    #249860 Reply

    Riyad Kalla
    Member

    What does your build path look like? It looks like a library conflict issue to be honest.

    #249868 Reply

    slackorama
    Member

    It 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.

    #249874 Reply

    Riyad Kalla
    Member

    Glad it’s working now, sorry for the manual step of rebuilding in there.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Upgrade to 4.1.2 causing problems with JSP

You must be logged in to post in the forum log in