I am facing JAVA_HOME
invalid problem.
I have followed these steps:
npm install -g cordova ionic
ionic start myApp tabs
cordova platfomr add android
Installed JDK jdk1.8.0_91
Set
JAVA_HOME
path as"C:\Program Files\Java\jdk1.8.0_91\bin"
inEnvironment variables
But I am still getting this error: Error: Failed to run "javac -version", make sure that you have a JDK Installed