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 2021/05/27 15:37:03 UTC

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

fbl773 commented on issue #1040:
URL: https://github.com/apache/cordova-android/issues/1040#issuecomment-849735091


   I had an issue similar to this, my version check failed because I am running with JDK 15.0. 
   I saw where the error was coming from so I modified the file at `platforms/android/cordova/lib/check_reqs.js` to have 
   `EXPECTED_JAVA_VERSION = "15.x"` rather than `1.8.x` and everything ran fine... Why is it still dependent on JDK 1.8? Should this not have worked?
   


-- 
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