Difference between revisions of "Eclipse: Set up project and example extension from git sources"
Jump to navigation
Jump to search
(Created page with "== Download and install eclipse (if not already available) == ; Download and unzip from : https://www.eclipse.org/downloads/packages/ : either :: Package for Enterprise Java a...") |
(No difference)
|
Revision as of 23:49, 1 July 2024
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
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>