Java with maven wouldn't build: Cannot run program “cmd” “Malformed argument has embedded quote”

前端 未结 10 2078
花落未央
花落未央 2020-12-01 06:29

I\'ve a fresh install of netbean 11.1. Now I\'m trying to build a project but I get the following error output:

Cannot run program \"cmd\" (in direc

10条回答
  •  长情又很酷
    2020-12-01 07:08

    I had the same problem with oracle jdk 13.0.1 and netbeans 11.1, but it worked for me with openjdk 13.0.1 (https://jdk.java.net/13/).

提交回复
热议问题