Ensure you have Eclipse set up:
Close the Welcome window if it is showing and switch to the Java perspective.
Click File > Import > Git > Projects from Git
Click Next > Clone URI > Enter the URI https://github.com/richardeigenmann/JPO.git
and click Next
then pick Branch "master" then Next and specify the directory to use > Next > (wait)
> Import as a general project > Next > Finish
In the Package Explorer right click on JPO > Configure > Add Gradle Nature > (wait) > (deal with Windows Defender alert...)
Window > Show View > Other > Gradle > Gradle Tasks > Open and a Gradle Tasks tab will open in the bottom window
In the Gradle Tasks Window click JPO > build > build and it should download dependencies, compile and run the tests. See the output in the "Console" tab.
To run the project go to the Gradle Tasks Window click JPO > build > run.
Last update to this page: 8 Dec 2018
Copyright 2003-2018 by Richard Eigenmann, Zürich, Switzerland