1. 程式人生 > >Java問題解決:The project cannot be built until build path errors are resolved

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

lib 一點 problems tools win 文件中 project get runt

參考: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的環境變量。

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