How to exclude JSP file validation in Eclipse?

Last updated
App Shah
Crunchify » Eclipse IDE Tutorials » How to exclude JSP file validation in Eclipse?

Hello Friends,

It’s been long time I’ve posted on blog but now I’m back with lots of Java Tutorials and Tips. Let me start with “How about stopping validation on .JSP files in Eclipse?”. Sometimes it’s unnecessary to show .JSP or .HTML validation error in eclipse as those doesn’t really matters ;). Mainly folks fully concentrate on Java Coding and development (if you are a Java guy :)).

Let’s start. Take a look at below errors in Eclipse.

Step 1) Error in .JSP page

Crunchify-JSP-Validation-Error

Step 2) Reported error in Eclipse.

Crunchify-JSP-Validation-Error-Eclipse

Step 3) Now let’s take a look at Eclipse Setting to resolve this.

Right Click on Project -> Properties > Validation and unchecked checkbox mentioned below.

Crunchify-JSP-Validation-Error-Eclipse-Settings

Step 4) Clean your project and you should be all set.

Leave a Comment