JSP Processing instruction not closed

末鹿安然 提交于 2019-12-03 10:56:25

Select All, Backspace,Then ctrl+z to revert. works for me. But someone who knows eclipse well might shed some light as to why this happens

This seems crazy but press ctrl + A,ctrl + x,paste and save the code,Bug is cleared

Also, closing the document and opening it again appears to work (please remember to save the document first).

i try Anurag Priyadarshi answer but it didnt work. But i get rid of that error by restart the eclipse, u might wanna try it it works for me. :)

Save same code in new file by deleting the error file does worked for me.

Try giving a space after @.

<%@ include file="includes/head.html" %>.

Also if head.html is in other directory then absolute path should start with / or .. Try <%@ include file="/includes/head.html" %> or

<%@ include file="../includes/head.html" %>.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!