1. 程式人生 > >Maven無法下載依賴

Maven無法下載依賴

IDEA下載依賴時提示 resolving dependencies of xxx, yyy ,卡住不動

執行mvn compile命令,提示: [ERROR] 'dependencies.dependency.systemPath' for jdk.tools:jdk.tools:jar must specify an absolute path but is ${JAVA_HOME}/lib/tools.jar @ line 160, column 16

按照提示,設定JAVA_HOME,重啟IDEA,問題解決。