breautek commented on code in PR #1293: URL: https://github.com/apache/cordova-docs/pull/1293#discussion_r1163009885
########## www/docs/en/11.x/guide/platforms/android/index.md: ########## @@ -64,7 +64,7 @@ If you are using `cordova-android` 10.0.0 or greater, install the [Java Developm If you are using any version below `cordova-android` 10.0.0, install the [Java Development Kit (JDK) 8](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html). -The `JAVA_HOME` environment variable must be set according to your JDK installation path when installing on a Windows environment. See the [Setting Environment Variables](#setting-environment-variables) section on how to set up environment variables. +The `JAVA_HOME` environment variable must be set according to your JDK installation path when installing on a Windows environment. See the [Setting Environment Variables](#setting-environment-variables) section on how to set up environment variables. Alternatively as of `cordova-android` 10.0.0 or greater, `CORDOVA_JAVA_HOME` can be set in place of `JAVA_HOME`, allowing a JDK install to be used specifically for Cordova development. Review Comment: https://github.com/apache/cordova-docs/issues/1292#issuecomment-1503610430 > This is other issue however, as for sure JAVA_HOME works not only on Windows, but macOS as well. > > I bet specific OS should be omitted. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
