Eclipse: Set up project and example extension from git sources
Revision as of 23:50, 1 July 2024 by Edso (talk | contribs) (→Download and install eclipse (if not already available))
Download and install eclipse (if not already available)
- Download and unzip from
- https://www.eclipse.org/downloads/packages/
- either
- Package for Enterprise Java and Web Developers
- Package for Java Developers
- each will do fine for OJ development
Import into eclipse IDE
NOTE: The file system paths below are for windows but can analogous be some unix/linux/mac paths. tested with eclipse version 2024.06.
- Start the eclipse application
- Create and open a new workspace e.g. C:\workspace-OpenJUMP
- File > Import...
- Git > Projects from Git (with smart import) ; Next>
- Clone URI ; Next>
- enter URI https://github.com/openjump-gis/openjump.git ; Next>
- make sure at least branch main is selected ; Next>
- choose a location for the project folder e.g. C:\workspace-OpenJUMP\OpenJUMP ; Next>
- eclipse will now clone the git repository into the project folder
- Import Projects dialog pops up
- Folder OpenJUMP should be preselected Import as Maven
- Finish>