Difference between revisions of "Installation"

From OpenJUMP Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by one other user not shown)
Line 12: Line 12:
  
 
=== '''Java 1.5 or later''' ===
 
=== '''Java 1.5 or later''' ===
* at least [http://www.oracle.com/technetwork/java/javase/downloads/ Java Runtime Environment (JRE) 1.5] installed. Find the latest JRE here
+
* at least [http://www.oracle.com/technetwork/java/javase/downloads/ Java Runtime Environment (JRE) 1.5] installed. Windows and Linux users find the latest JRE here
 
  http://www.oracle.com/technetwork/java/javase/downloads/
 
  http://www.oracle.com/technetwork/java/javase/downloads/
 +
 +
* MacOSX users look here:
 +
http://support.apple.com/downloads/
  
 
=== '''Additional Java Libraries''' ===
 
=== '''Additional Java Libraries''' ===
Line 19: Line 22:
 
  http://java.sun.com/javase/technologies/desktop/media/
 
  http://java.sun.com/javase/technologies/desktop/media/
  
== Installation ==
+
== Three-step Installation ==
 
 
=== '''Three-step installation''' ===
 
  
 
# [[Downloading OpenJUMP|Download]]
 
# [[Downloading OpenJUMP|Download]]
# From the bin directory, run the startup script
+
# 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
 
# ''Chuckle''... There Is No Step Three (TM)! :)
 
# ''Chuckle''... There Is No Step Three (TM)! :)
  
 
(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 36: Line 44:
 
: 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''' ===
  
see [[Installing on Mac OSX]]
+
:see [[Installing on Mac OSX]]
  
 
=== '''Notes on Windows''' ===
 
=== '''Notes on Windows''' ===
  
In the [http://sourceforge.net/projects/jump-pilot/ Jump Pilot Project] it is possible to download two versions of OpenJUMP for windows:
+
:In the [http://sourceforge.net/projects/jump-pilot/ 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 Win32 installer for Windows'''
+
:;OpenJUMP (ZIP file)
* Download the ''OpenJUMP  Win32 installer'' (EXE file). This is a setup file which automatizes the installation
+
:* Download the ZIP file and decompress it in a folder (e.g. OPENJUMP)
* 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
+
:* 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
  
;'''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''' ===
+
== '''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 platform release (ZIP file). The [[#Three-step installation]] applies.

Latest revision as of 22:01, 15 October 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/
  • MacOSX users look here:
http://support.apple.com/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 platform release (ZIP file). The #Three-step installation applies.