JAVA_HOME is set to an invalid directory:

前端 未结 15 2167
梦毁少年i
梦毁少年i 2020-12-01 04:06

I have set JAVA_HOME in my system C:\\Program Files\\Java\\jdk1.8.0_ 131\\bin; and I am trying to run cordova command( cordova build ) on command p

15条回答
  •  日久生厌
    2020-12-01 04:36

    Try the following:

    • Remove \bin from JAVA_HOME path.
    • Open new command line window.
    • Run your command as an administrator.

提交回复
热议问题