I was able to install h2o fine (in R) but get the following error when I run h2o.init()
h2o.init()
H2O is not running yet, starting it now... Error in value[3L] : You have a 32-bit version of Java. H2O works best with 64-bit Java. Please download the latest Java SE JDK 7 from the following URL: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
I updated java SE JDK version to 7 (and got the 64 bit) and am still receiving this error. Why is this?