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/07/23 14:28:50 UTC

[GitHub] [cordova-android] jci-zimm commented on issue #637: Java JDK version to use given Oracle licensing changes

jci-zimm commented on issue #637:
URL: https://github.com/apache/cordova-android/issues/637#issuecomment-885679154


   Did something change recently with open JDK support? I thought I used it in the past. Now the verison check fails no matter what version of open JDK I use. 
   
   ```
   Requirements check failed for JDK 1.8.x! Detected version: 16.0.2
   ```
   Where as when I run java version
   ```
   java -version
   openjdk version "1.8.0_252"
   OpenJDK Runtime Environment (Zulu 8.46.0.19-CA-win32) (build 1.8.0_252-b14)
   OpenJDK Client VM (Zulu 8.46.0.19-CA-win32) (build 25.252-b14, mixed mode)
   ```
   Versus javac version
   ```
   javac -version
   javac 16.0.2
   ```


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

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

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