Skip to content

DeveloperHowToEclipse

Guohui Xiao edited this page Feb 20, 2014 · 3 revisions

How to use Eclipse to develop Ontop Project

Prerequisites

  • Git
  • Eclipse
  • Maven plugin: m2e plugin
  • Git plugin: egit (optional)

Steps

  • Clone ontop repo to your local disk
$ git clone https://github.com/ontop/ontop.git
  • In eclipse, use Menu File -> Import -> Existing Maven Projects to import the project
Clone this wiki locally