facebook

[Closed] Error Markers in Package Explorer View on Linux

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #270204 Reply

    icon911
    Member

    I have been running MyEclipse on windows for a few years now and in Package Explorer view I could always see files and packages marked with warning or error icons. However, I just installed MyEclipse on my Linux box and even though I can see warnings and errors within the actual file, Package Explorer is not reflecting it in its list view. How can I turn it on? Thanks, Oleg

    #270209 Reply

    Loyal Water
    Member

    Hi Oleg,
    Here are a few things I would like you to try:-
    1) Create a new workspace using File > Switch Workspace, to something like C:\tempworkspace
    2) Create a new Java project, put an error in the Java file… do you see the annotation in the package explorer?

    If NOT, then it may be an installation problem. If you do, then you should switch back to his old workspace, then restart using -clean, if that doesn’t help it may be a configuration issue.

    #270255 Reply

    icon911
    Member

    I did what you suggested and the new project in the new workspace has no problems with highlights. However, when I import my old project into this workspace, same issue. Also, the errors in Java classes are not shows, but errors in JSP files are ??

    I did -clean start, no effect. Any suggestions?

    Thanks, Oleg

    #270262 Reply

    Loyal Water
    Member

    It’s possible that you have hit the max limit of errors reported. It’s also possible that there could be a build path problem, Eclipse will actually stop trying to build the project and not report any errors against the source files, but the JSP Validator will still run on the JSP files.

    So can you check your Problem view for build-path errors or too many errors.

    #270265 Reply

    icon911
    Member

    Yes, you are correct. I checked the build path and it was calling missing libraries, after pointing to the new location, project was re-built and error highlighting is working now. Thank you for the help, Oleg

    #270297 Reply

    Loyal Water
    Member

    Your Welcome !!!

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: [Closed] Error Markers in Package Explorer View on Linux

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