錯誤:javax.servlet.jsp.PageContext can not be to a type
在寫Jsp檔案時,引入script原始檔(<script type="text/javascript" src="${pageContext.request.contextPath }/scripts/jquery-1.7.2.js"></script>)時出現了這樣的錯誤:
javax.servlet.jsp.PageContext can not be to a type
原因是專案中沒有新增jar包;
解決辦法:在eclipse中,src-滑鼠右鍵-Build Path-Configure Build Path;新增jsp-api.jar包即可。