{ "Users" : "guide" }

How to build the RI

  1. Clone eclipselink repository

    git clone http://git.eclipse.org/gitroot/eclipselink/eclipselink.runtime.git .
  2. Switch to jsonb folder

    cd jsonb
  3. On Mac or Linux

    ./gradlew

    On Windows

    ./gradlew.bat

Coming soon . . .