Maven error :Perhaps you are running on a JRE rather than a JDK?

后端 未结 20 2317
小鲜肉
小鲜肉 2020-11-30 21:32

I\'ve never worked with Maven before and I am following the instructions here. When I run the command

mvn integration-test -Pamp-to-war

It

20条回答
  •  情深已故
    2020-11-30 21:47

    If the above solutions doesn't work then try to place java path before maven in path of environment variable. It worked for me.

    %JAVA_HOME%\bin

    C:\Program Files\apache-maven-3.6.1-bin\apache-maven-3.6.1\bin

提交回复
热议问题