![]() 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 IBM's Java Runtime Environment 1.1.8 and the complete ImageJ source code (in the src.zip).gunzip ij123-x86.tar.gz tar xvf ij123-x86.tar cd ImageJ ./run
Kernel 2.4 Problem Other Linux distribution that use the 2.4 kernel are also likely to have this problem.LD_ASSUME_KERNEL=2.2.5 export LD_ASSUME_KERNEL
Memory makes 256MB available to ImageJ../jre/bin/jre -mx256m -cp ij.jar:tools.jar ij.ImageJ
Sharing ImageJ and the JRE Upgradescd /usr/local/ImageJ ./jre/bin/jre -mx80m -cp ij.jar:tools.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/. |