Http://www.oracle.com/technetwork/java/javase/downloads/index.html
Environment variables:
Java_home=c:\program files\java\jdk1.8.0_25
Path=%java_home%\bin;%java_home%\jre\bin;
Classpath=.; %java_home%\lib\dt.jar;%java_home%\lib\tools.jar;
Test:
Javac
Node-v0.10.38-x64.msi
: https://nodejs.org/dist/v0.10.38/x64/
Unzip Apache-ant-1.9.5-bin.zip to any position (ant:https://www.apache.org/dist/ant/binaries/)
Environment variables:
ant_home=c:\apache-ant-1.9.5
Path=%ant_home%\bin
Classpath=%ant_home%\lib
http://registry.cnpmjs.org
1)
NPM Config Set registry https://registry.npm.taobao.org npm install-g Cordova
2)
NPM--registry https://registry.npm.taobao.org install-g Cordova
NPM install-g Cordova
Wait patiently for the installation to complete.
This article is from the "Zero's blog" blog, please be sure to keep this source http://zerosoft.blog.51cto.com/679447/1672528
HTML5 Development Mobile hybrid App Series 2-Development environment Setup (Windows)