OS/2 (eComStation) Installation

To install and run ImageJ, download ijXXX.zip file, where XXX is the version number of ImageJ. Unzip this file at the root of your application directory. This will create the ImageJ directory.

Create a program icon for ImageJ by dropping the ij.jar file in the ImageJ directory on the Create Java13 Object icon on your desktop, and change the look of the icon by downloading and dropping the  file eCS.ico on the created program object.

Pre-requisites
You must have Java 1.3.1 runtime installed. This is part of eComStation 1.1, and registered users of eComStation 1.0 may download the lastest version from www.eComStation.com.

To make installation of Java programs easy download and install run_java,  a Generic script for starting Java 1.3 and 1.4 applications in OS/2 or eCS by Cary Renquist. Download at http://hobbes.nmsu.edu/cgi-bin/h-search?key=run_java.

Upgrades
To upgrade to the latest version of ImageJ, replace the ij.jar JAR file in the ImageJ directory with a newer one from http://rsb.info.nih.gov/ij/upgrade/.

Compiling Plugins
The Plugins/Compile and Run command uses the javac compile contained in tools.jar. The Java 1.3.1 development kit included with eComStation includes tools.jar in X:\Java131\lib directory, where X: is your boot drive. You need to create a command file with the following lines in order to use this feature:
cd Y:\<path to very you installed ImageJ>\ImageJ
java -cp ij.jar;X:\java131\lib\tools.jar ij.ImageJ

| Install | Download | Home |