1. 程式人生 > >Classpath entry *.jar will not be exported or published.禁告

Classpath entry *.jar will not be exported or published.禁告

在eclipse的web工程中,匯入jar包時,常會遇見這問題

Classpath entry *.jar will not be exported or published. Runtime ClassNotFoundExceptions may result.

這錯誤的意思是jar包不會匯出或釋出

錯誤產生原因:BuildPath中的jar包為外部匯入或者非WEB-INF目錄下的lib資料夾匯入導致

解決方案

          將需要引用的jar包複製到WEB-INF中的lib目錄下,並右擊jar包,選中Build Path中進行Add to Build Path操作

這樣問題就解決了