facebook

[Closed] JSP errors not displaying in Package View

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    fatbatman
    Member

    Hello,

    Errors within JSP files are no longer showing next to the file in the Package explorer view on my machine.
    In the JSP editor, errors are underlined as usual and red markers corresponding to errors are
    on the right side of the page. But JSP files with errors do not have the usual red mark next to the file in the navigator view, or under the problems view.

    Is this just a setting somewhere? I’ve turned off all problem filters.

    Eclipse Version: 3.1.0
    MyEclipse 4.0.3GA
    Java 1.5.0_05

    Thanks in advance

    James

    #240884

    Riyad Kalla
    Member

    James,
    THis most likely because the JSP validator is not able to find the “javac” executable in your system path. This is used for validating your JSP files. Try adding your JDK’s bin directory to your System’s PATH environment variable, then retart MyEclipse. You should get validation errors then. (you will need to clean the project)

    #240898

    fatbatman
    Member

    Thanks, that worked.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] JSP errors not displaying in Package View

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