I installed "h2o" using the R command install.packages("h2o"). This prompted me to install the latest version of Java, which I did: version 16. All ran perfectly – except that on launch, h2o would nag me to install the latest version of h2o from the h2o.ai website, as the version packaged with the CRAN download is 5 months out of date.
When I downloaded h2o version 3.32.0.5, I was unable to start h2o with h2o.init(): I receive the message "only Java 8...14 are supported, system version is 16".
Java 14 is listed as having security flaws, so I'd rather not downgrade from Java 16; instead, I'd like to revert to the previous version of h2o (as installed from CRAN). I uninstalled Java and the h2o R package completely, then reinstalled Java 16 and ran install.packages("h2o"): but I still see the "only Java 8-14 supported" message. How can I get h2o running again?