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

后端 未结 20 2314
小鲜肉
小鲜肉 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 22:06

    Check if /usr/bin has 'javac'. If not you have installed JRE & have to install jdk dev version like "java-1.8.0-openjdk-devel.x86_64"

提交回复
热议问题