Failed to run JAVA even though path is set on Windows 8 Enterprise - Cordova

前端 未结 5 1333
死守一世寂寞
死守一世寂寞 2021-01-02 08:05

I have made a new Ionic / Cordova project and I\'m trying to build it on windows 8.1. I installed JDK and JRE 7 as well as android sdk and ant and added them to my path usin

5条回答
  •  时光取名叫无心
    2021-01-02 08:44

    There was a bad entry in the path that corrupted my whole system path.

    C:\Program Files\Microsoft SQL Server\110\Tools\Binn";C:\Program Files\Microsoft\Web Platform Installer\;

    Seems like that quotation mark is an entry added by SQL Server installation or web platform. I never added those to the path so it might be the installers fault?

提交回复
热议问题