Java問題解決:The project cannot be built until build path errors are resolved

null^發表於2017-11-05

參考:http://blog.csdn.net/marty_zhu/article/details/2566299

1,看看project -- Build Automatically有沒有勾上?如果沒有,勾上以後,clean一下,重啟eclipse

2,看看你的lib裡面有沒有不用的jar包,看你的.classpath檔案中有沒有錯誤的路徑.

3,這是最重要的一點,有problems檢視中檢視有沒有關於本專案的錯誤資訊,一般都會有這樣的話:      The project cannot be built until build path errors are resolved 然後下面提示unbound classpath, 一般在.classpath中刪除這些path就可以了

4. 安裝Tomcat後,確保{tomcat_home}/common/lib資料夾下有jasper-runtime.jar、jsp-api.jar、servlet-api.jar、jndi.jar幾個檔案。啟動Eclipse,第一次啟動會有一個配置過程,選擇選單上的window/preferences,選java/classpath variables,New新增一個名為JDK_TOOLS並指向你的{jdk_home}/lib/tools.jar的環境變數。

相關文章