codenfast opened a new issue #284:
URL: https://github.com/apache/cordova/issues/284


   # Feature Request
   
   ## Motivation Behind Feature
   **JDK 8 is going too old**, can we upgrade it to JDK 11?
   Currently there is no path giving to a specified JDK location. So cordova's 
mandatory JDK-8 is when i work with mobile change to system enviroment ...etc. 
We need a set JDK location by run cordova. 
   
   ## Feature Description
   Normally we are run cordova with (example);
   `cordova run android`
   But cordova says;
   `Requirements check failed for JDK 8 ('1.8.*')! Detected version: 11
   Check your ANDROID_SDK_ROOT / JAVA_HOME / PATH environment variables.`
   if we can run with a specified JDK location, like;
   `cordova run android -jdk C:/oldJava/jdk8/bin`
   We can use multiple JDK versions will be more useful for cli commands
   
   
   ## Alternatives or Workarounds
   There is no alternative. I was searched (google, stackoverflow and 
documents).
   
   
   


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to