Error in setting JAVA_HOME

前端 未结 7 2333
庸人自扰
庸人自扰 2020-12-03 07:20

I have recently downloaded Maven and followed the instructions given on this this page. I already have ant installed on my machine. Now, if I want to verify that Maven is in

7条回答
  •  無奈伤痛
    2020-12-03 07:48

    The JAVA_HOME should point to the JDK home rather than the JRE home if you are going to be compiling stuff, likewise - I would try and install the JDK in a directory that doesn't include a space. Even if this is not your problem now, it can cause problems in the future!

提交回复
热议问题