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
Step 2) Reported error in 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.
Step 4) Clean your project and you should be all set.