facebook

JSP Validation failing on JDK 1.4 functions?

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #241951 Reply

    twinfeats
    Member

    I have Eclipse 3.1.1 and MyEclipse 4.0.3 GA and the JSP validator seems to not know about any JDK 1.4 functions. For example, it will flag the use of java.lang.String.replaceAll as an unknown method, even though the code complete in the JSP editor will list that method! If I try to use something like replaceAll in a .java file it is not flagged, only in jsps.

    #241973 Reply

    Riyad Kalla
    Member

    Your JSP pages are validated using the “javac.exe” executable found in your System PATH, if you have JDK 1.3 bin direcotry in your System’s PATH thhen that is most likely the problem.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP Validation failing on JDK 1.4 functions?

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