For IDEA users (Github)ΒΆ

  1. Create a git clone of the H2O repository.
git clone https://github.com/0xdata/h2o.git
../_images/01FreshGitClone1.png
  1. Open IDEA.
  2. Click Import Project.
../_images/02ImportProject.png
  1. Choose the H2O directory and click OK.
../_images/03ChooseH2ODir.png
  1. Choose Import project from external model. Choose Eclipse. Click Next.
../_images/04ChooseEclipse.png
  1. ENABLE LINK CREATED INTELLIJ IDEA MODULES TO ECLIPSE PROJECT FILES (this is not selected by default). Click Next.
../_images/05ConfigureImport.png
  1. H2O should be selected by default. Keep it selected and click Next.
../_images/06H2OSelected.png
  1. Keep the 1.6 selected by default and click Finish. SDK 1.7 is also fine if that is the default on your system.
../_images/07SelectJavaSK.png
  1. (Import from Eclipse) If prompted for Python configuration stuff, just click Cancel.
../_images/08CancelPython.png
  1. If prompted to Add Files to Git, just click Cancel.
../_images/09CancelAddProjectFilesToGit.png
  1. Select a sample Java Application and right click on it. Choose Run.
../_images/10SelectJavaApplicationToRun.png
  1. See the output of a successful run.
../_images/11SuccessfulRunOutput.png