Difference between revisions of "Installation"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 32: Line 32:
  
 
(Inspired by [http://instiki.org Instiki's] three-step installation)
 
(Inspired by [http://instiki.org Instiki's] three-step installation)
 +
  
 
=== '''Notes on Linux''' ===
 
=== '''Notes on Linux''' ===
Line 40: Line 41:
 
: Some Linux Distro like Ubuntu and Debian allows to make script executable by "property" window.
 
: Some Linux Distro like Ubuntu and Debian allows to make script executable by "property" window.
 
: (+x parameter makes openjump script executable)
 
: (+x parameter makes openjump script executable)
 
  
 
=== '''Notes on MacOSX''' ===
 
=== '''Notes on MacOSX''' ===
Line 58: Line 58:
 
:* In the folder OPENJUMP/BIN search for the files '''OpenJUMP.exe''' or  '''oj_windows.bat''' which are used to launch the software
 
:* In the folder OPENJUMP/BIN search for the files '''OpenJUMP.exe''' or  '''oj_windows.bat''' which are used to launch the software
 
:* eventually create a shortcut on the desktop for the launcher
 
:* eventually create a shortcut on the desktop for the launcher
 +
  
 
=== '''The Nightly Build''' ===
 
=== '''The Nightly Build''' ===
  
 
:OpenJUMP Nightly Build is basically the latest developer version of OpenJUMP all platfoirm release (ZIP file). See also [[#Three-step installation]] step.
 
:OpenJUMP Nightly Build is basically the latest developer version of OpenJUMP all platfoirm release (ZIP file). See also [[#Three-step installation]] step.

Revision as of 19:13, 5 August 2011

back to Index page


Requirements

OpenJUMP can run on Linux, Unix, MacOSX, Microsoft Windows 98 and later and any operation system that supports Java. OpenJUMP requires:

Memory

  • minimum 124 MB to run, better 256 MB (note: if the script files are used for starting, then one can assign less memory using the -Xmx option)

Java 1.5 or later

http://www.oracle.com/technetwork/java/javase/downloads/

Additional Java Libraries

Some plugins could also require the installation of Java(TM) Advanced Imaging (JAI) or Java3D available from

http://java.sun.com/javase/technologies/desktop/media/

Three-step Installation

  1. Download
  2. From the bin directory, run the starter for your operating system
    Windows
    OpenJUMP.exe or oj_windows.bat
    Linux
    oj_linux.sh
    MacOSX
    OpenJUMP(.app) or oj_macosx.command
  3. Chuckle... There Is No Step Three (TM)! :)

(Inspired by Instiki's three-step installation)


Notes on Linux

  1. In the BIN folder there is a startup script for Linux/Unix: oj-linux.sh
  2. to run OpenJUMP first make the startup script executable. For instance, if you want to use oj-linux.sh file, open the console and write:
    chmod +x oj-linux.sh
Some Linux Distro like Ubuntu and Debian allows to make script executable by "property" window.
(+x parameter makes openjump script executable)

Notes on MacOSX

see Installing on Mac OSX

Notes on Windows

In the Jump Pilot Project it is possible to download two versions of OpenJUMP for windows:
OpenJUMP Win32 installer for Windows
  • Download the OpenJUMP Win32 installer (EXE file). This is a setup file which automatizes the installation
  • Run the file to setup OpenJUMP. The software will be installed in the computer and a new icon "OpenJUMP" will be created in the desktop to launch the program
OpenJUMP (ZIP file)
  • Download the ZIP file and decompress it in a folder (e.g. OPENJUMP)
  • In the folder OPENJUMP/BIN search for the files OpenJUMP.exe or oj_windows.bat which are used to launch the software
  • eventually create a shortcut on the desktop for the launcher


The Nightly Build

OpenJUMP Nightly Build is basically the latest developer version of OpenJUMP all platfoirm release (ZIP file). See also #Three-step installation step.