You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/10 06:15:14 UTC

[GitHub] [cordova-android] maniveltvl edited a comment on issue #1040: Requirements check failed for JDK 8 ('1.8.*')! Detected version: null

maniveltvl edited a comment on issue #1040:
URL: https://github.com/apache/cordova-android/issues/1040#issuecomment-671179656


   Hi breautek,
   
   I have installed JDK and i have set JAVA_HOME variable in environment variable but still it is not working. Then I have found that some issue in  check_req.js.
   
   I have changed code from 
   `return execa('javac', ["-version"], { all: true })`
   to 
   `return execa('javac -version', [], { all: true })` in line no 223
   
   After changed to the above code able to get java version and working fine.
   
   Can you please change to the above working code in check_req.js and commit.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org