facebook

JSP Warning Messages in Problems View

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

    Goekhan
    Member

    Hello,

    I am getting a lot of warning messages on my JSP pages (such as deprecated methods, unused imports etc.), however they are not displayed in the problems view. You can see them only on the bar on the right side of the page. How can I get JSP warnings to get listed in the problems view just like the Java warnings are?

    Thanks,

    Goekhan

    #250527 Reply

    Riyad Kalla
    Member

    Goekhan,
    Try and create some invalid code, like <% blah blah %> and save it, that *should* be marked in your left margin and in the problems view. If it is, you are setup correctly. If it doesn’t, you need to add your JDK’s /bin directory to your System PATH environment variable and restart MyEclipse (it uses javac to valid the JSP for now, in 5.0 this will change).

    Now the markers on the right are actually warnings, not errors, so they are not shown in the problems view. We don’t current have a threshold setting available to be able to show these warnings in the problems view yet, but may add that in the future.

    #251035 Reply

    amark
    Member

    Hi
    I am getting error on creating JSP page in Myeclipse.
    Unable to create this part due to an internal error. Reason for the failure: The Visual Web Designer is not supported on the current Browser platform. The MyEclipse ‘Classic’ JSP Editor has been opened instead.
    (org.eclipse.ui.PartInitException: The Visual Web Designer is not supported on the current Browser platform. The MyEclipse ‘Classic’ JSP Editor has been opened instead)

    #251054 Reply

    Riyad Kalla
    Member

    I believe you emailed support with this same issue, you will need to upgrade IE to version 6.0 for the designer to work. This requirement will be fixed in MyEclipse 5.0.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: JSP Warning Messages in Problems View

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