1. 程式人生 > >eclipse下maven管理web開發,jar包無法編譯出來的問題

eclipse下maven管理web開發,jar包無法編譯出來的問題

color cep 文件 add trie path pri ring build

問題:

  使用maven創建spring的web項目,debug之後報錯:

    ...classNotFoundException: org.springframework.web.context.ContextLoaderListener...,

  context都找不到,也就是說可能不是部分沒有編譯出來,可能是所有jar都沒有編譯出來。想辦法找到了tomcat的編譯目錄,查看編譯文件,果然沒有任何引入的jar包。那麽現狀就是:項目的maven dependencies是有jar包的,可是編譯的時候沒有編譯出來。檢查發布資源:deployment assemmbly,發現並沒有maven dependencies,於是進行添加即可,下面是解決步驟: 

  1. 右擊項目
  2. 選擇properties
  3. 搜索Deployment Assembly
  4. 點擊Add
  5. java build path entries
  6. maven dependencies

eclipse下maven管理web開發,jar包無法編譯出來的問題