I am following a tutorial that has me create an include.jsp page with just small bit of text as the content. The line below is added to two other jsp pages. MyEclipse is showing an error, but doesn’t tell me what it is. The following line is highlighted in red in each of the jsp pages using it:
<%@ include file=”/WEB-INF/jsp/include.jsp” %>
The application compiles fine and runs, including the “include”.
Why does my editor show a compiler error?