maniveltvl commented 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 try to reproduce the issue and change to the above working 
code.


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to