H2O For Eclipse Users (Github)ΒΆ

  1. Create a git clone of the H2O repository. For more information, refer to From Source Code (Github)
  2. Open Eclipse.
  3. 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 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