Skip to content
Tilmann edited this page Oct 28, 2013 · 1 revision

How to import the ode4j source code into Eclipse

(Tested with Eclipse 4.3/Kepler on Linux)

  1. Install m2e (maven) plug-in for Eclipse from the Eclipse plug-in site

Collaboration -> m2e

  1. Install the maven-natives plug-in from this update site:

http://mavennatives.googlecode.com/svn/eclipse-update/

  1. Import the ode4j project

Select Import -> Projects from Git -> URI

Enter in top field: git:git@github.com:tzaeschke/ode4j.git

Select -> Next > -> master -> Next > -> Next >

Project selection screen : Cancel !!!

Select Import -> Maven -> Existing Maven Projects -> Browse

Select you local git folder, such as: ~/git/ode4j -> OK -> Finish