JVM not found – %JAVA_HOME% problem phonegap / ant
%JAVA_HOME% = “C:\Program Files (x86)\Java\jdk1.6.0_22″
%ANT_HOME% = “C:\ant”
They must defined without “\bin” but in System variables:
add to following line to beginning of the Path variable:
%JAVA_HOME%\bin;%ANT_HOME%\bin;
—————————————————————–
Phonegap commands(in project’s directory):
ant playbook build
//after build, install app to simulator
ant playbook load-simulator
—————————————————————-
sencha touch 2 form panel is buggy on playbook