android - How to specify Java path with PhoneGap CLI -


i'm trying phonegap cli build on (windows) machine has multiple jdks installed. can build when set java_home environment variable recent version of java. i'm doing "phonegap build android" command line.

however, machine needs have java_home set older version of java in order build other things. , phonegap app not build correctly older version. there anyway tell phonegap via commandline ignore java_home , use path it's java dependency?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -