Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion' has value '1.8', but '1.7' is required.
Can I somehow point H2O to the 1.7 installation?
I have a similar problem :
Installed on my PC is the 64-Bit Java 1.8.0_73.
For R I'm using the latest version of RStudio.
Loading the h2o library is ok but when running the h2o.init command h2o tells me that I have installed a 32-Bit Java and that I should install a 64-Bit Java version.
Now that I applied the solution provided in this thread the start of h2o was successful and I'm asking myself why I can't start h2o out of RStudio only.
Is there anything I could modify to make it work ?
Thanks for help.