Downloading OpenJUMP
Jump to navigation
Jump to search
Releases
Latest Stable
- ⇒ OpenJUMP 2.3.0 download area
- Note: Read explanatory text on the bottom when in doubt which file to download.
Development Snapshots
- ⇒ Git Commit Log
- Snapshot builds (CORE and PLUS)
Archived Releases
Plugin Documentation
Source Code
Current OJ 2.x
From version 2, OJ source code is on github. There are many ways to get the source code :
matching source code for a release as a zip file
Available on sf.net alongside the distribution files. see https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/
current development source code as a zip file
Under the green button [Code], choose the "Download ZIP" option
clone the code on your computer with git
using the web URL.
git clone https://github.com/openjump-gis/openjump.git
or using a ssh key (https://docs.github.com/en/authentication)
git clone git@github.com:openjump-gis/openjump.git
create a fork on your own github repo
Just "fork" the project with the fork button on upper right corner of the project page
OJ 1.16 and earlier
Current development (trunk)
example svn checkout ()
svn co svn://svn.code.sf.net/p/jump-pilot/code/core/tags/1.16 openjump-core-1.16
browse
download
- either source-zip file from Download section (OpenJUMP-<version>-r<revision>-src.zip)
- ⇒ http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.16/
- Note:
- you will need libraries and files from the repository tag's lib folder
- or
- use maven to build your project, pom.xml contains all dependencies and is also used for our automated builds
- or
- let the svn bundle src and needed libs tarballs for you (currently broken on sf.net)
- Note: sf.net seems to bundle the whole repository nowadays, regardless which path is defined
- ⇒ src - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.16/src
- ⇒ libs - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.16/lib