別人的項目,剛用MyEclipse載入進來,一大堆錯誤(見怪不怪了) JSP報錯,上圖: 報錯:“The method getContextPath() from the type HttpServletRequest refers to the missing type String” 解決方式:
別人的項目,剛用MyEclipse載入進來,一大堆錯誤(見怪不怪了)
JSP報錯,上圖:
報錯:“The method getContextPath() from the type HttpServletRequest refers to the missing type String”
解決方式:看看是不是項目的jre和你本地的名字不一樣(jre版本或名字起的不一樣都會產生此問題).
具體操作:
1. 右擊該項目 - Build Path - Configure Build Path , 在 Libraries 選項下,會發現有個出錯的jre Libraries,將其Remove掉。
2. 然後右擊該項目 - Build Path - Add Library, 選擇JRE System Library,選擇Workspace defaulr JRE(jdk1.6)(此前JDK已成功安裝並配置好), 然後 Finish.
重新validate下,看看是不是OK了呢?
(轉:http://www.xuebuyuan.com/2176537.html)
註:自己經歷,還要檢查環境變數配置是否正確,再重新啟動Eclipse並將程式clear重新編譯才可能