H2O For Eclipse users (Github)ΒΆ

  1. Create a git clone of the H2O repository.
git clone https://github.com/0xdata/h2o.git
../_images/01FreshGitClone.png
  1. Open Eclipse.
  2. Choose File->Import.
../_images/02Import.png
  1. Choose General->Existing Projects into Workspace.
../_images/03ExistingProj.png
  1. Choose Select root directory and click Browse.
../_images/04SelectRootDir.png
  1. Choose H2O and click Open.
../_images/05ChooseH2ODir.png
  1. The defaults should have the H2O project selected. Click Finish.
../_images/06Finish.png
  1. Right click on a sample program and run it as a Java Application.
../_images/07RunKMeans.png
  1. Select the regular main class as the Java Application and click OK.
../_images/08SelectJavaApplication.png
  1. See the output of a successful run.
../_images/09KMeansOutput.png