Hide JSP error icons in Eclipse

时间:2023-03-09 09:50:17
Hide JSP error icons in Eclipse
down voteaccepted

Can can either configure this at workspace level or overwrite at web project level.

Workspace

Window -> Preferences -> Validation -> disable JSP Content Validator & JSP Syntax Validator

Window -> Preferences -> Web -> JSP Files -> disable Validate JSP Fragments

Web project

Properties -> Validation -> disable JSP Content Validator & JSP Syntax Validator

Properties -> Validation -> JSP Syntax -> disable Validate JSP Fragments