1. 程式人生 > >搭建maven工程常見問題

搭建maven工程常見問題

Myeclipse
1.當專案右鍵run as 沒有maven 的時候,就是沒有匯入setting檔案,重新匯入setting檔案.
2.專案右鍵run as 執行maven 沒有日誌,就是沒有配置maven路徑,檢視
3.專案無法編譯,就是沒有配置自動編譯外掛.
4.執行maven工程的時候報 child module of parent not find.,找到pom檔案裡面,找出子模組,可能是之前建立時刪除導致的,刪掉就好了.
5.[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? 就是沒有指定編譯JDK ,專案右鍵開啟properties >java compiler > building>選擇enable
還有就是配置java編輯器,,maven編譯環境必須是jdk,匯入jdk的時候路徑一定要對
6No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

這裡寫連結內容