Difference between revisions of "Downloading OpenJUMP"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
== Source Code ==
 
== Source Code ==
  
=== Latest release ===
+
=== Latest release OJ 2.x ===
TODO: add a section for OJ2+
+
 
 +
From version 2, OJ source code is on github. There are many ways to get the source code :
 +
 
 +
==== download 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.
 +
: <pre>git clone https://github.com/openjump-gis/openjump.git</pre>
 +
 
 +
or using a ssh key (https://docs.github.com/en/authentication)
 +
: <pre>git clone git@github.com:openjump-gis/openjump.git</pre>
 +
 
 +
==== 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 ===
 
=== OJ 1.16 and earlier ===

Revision as of 20:19, 4 December 2022

Releases

Latest Stable

OpenJUMP 2.2.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)
Git development snapshot builds
build.log

Archived Releases

past OpenJUMP releases

Plugin Documentation

Plugins for OpenJUMP

Source Code

Latest release OJ 2.x

From version 2, OJ source code is on github. There are many ways to get the source code :

download 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

example svn checkout ()

svn co svn://svn.code.sf.net/p/jump-pilot/code/core/tags/1.16 openjump-core-1.16

browse

http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/tags/1.16/

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

Current development (trunk)

example svn checkout

svn co svn://svn.code.sf.net/p/jump-pilot/code/core/trunk openjump-core

browse

http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/

Install Instructions

Installation Page

Plugins for OpenJUMP

Plugins_for_OpenJUMP