Myeclipse配置問題
?1.行數顯示
window ----preference----General-----Editors-----TextEditors----show line numbers
2.編碼設置
window ---preference----workspace-----設置
3.jsp編碼設置
window ---preference----myeclipse------Files And Editors------jsp
4.jsp的視圖選擇
window ----preference----General-----Editors------File Association---jsp----前兩個選設default
Myeclipse問題解決
1.鼠標點進jsp時每次都出錯
解決辦法:1.cmd? 進入myeclipse安裝路徑 d:; ?????? cd? Myeclipse;???? myeclipse -clear
2.刪除工作空間下的.metadata文件
2.jsp第一行紅色
提示錯誤 The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
解決辦法:項目右鍵build path =》add Library =》myeclipse server Library =》Tomcat Server
?