Installing Ionic and its Dependencies

Description from http://ionicframework.com/docs/v1/guide/installation.html

After that, add the JDK’s bin directory to the PATH variable as well. Following the previous assumption, this should be either %JAVA_HOME%\bin or the full path C:\Program Files\Java\jdk7\bin

Which variable I have to set for value %JAVA_HOME%\bin?

If you set a JAVA_HOME as C:\Program Files\Java\jdk7, you can use %JAVA_HOME%\bin in the PATH variable.

1 Like