Linux x86 Installation
To install and run ImageJ, download the Linux x86 .tar.gz file, extract the ImageJ directory, change to the ImageJ directory, and execute the 'run' script. Here is an example: This installation includes Sun's Java Runtime Environment 1.3.1 and the complete ImageJ source code (in the src.zip).gunzip ij123-x86.tar.gz tar xvf ij123-x86.tar cd ImageJ ./run
Memory makes 256MB available to ImageJ../jre/bin/java -mx256m -cp ij.jar ij.ImageJ
Sharing ImageJ and the JRE Upgradescd /usr/local/ImageJ ./jre/bin/java -mx128m -cp ij.jar -Dplugins.dir=/home/wayne ij.ImageJ 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/. |