![]() To install ImageJ, download the Mac OS X .tar.gz file and double-click on it to extract the "ImageJ (OS X)" folder. To run ImageJ, open this folder and double-click on the ImageJ icon. Note: Apple has a lot more work to do with OS X Java. ImageJ runs more reliably and a lot faster in the Classic environment using OS 9.1 Java . I have submitted a bug report (#2720543) to Apple on ImageJ's poor OS X performance.To make more than 80MB of memory available to ImageJ, edit the gc.max property in the ImageJ.app/Contents/Resources/MRJApp.properties text file, where ImageJ.app is the directory (bundle) that the Finder displays as the ImageJ application. To upgrade to the latest version of ImageJ, replace the JAR file at ImageJ.app/Contents/Resources/Java/ij.jar with the one available from http://rsb.info.nih.gov/ij/upgrade/. To run ImageJ from the command line, type "cd ", drag the ImageJ icon to the Terminal Window, type return, then type: The -m128m switch specifies that ImageJ will have available a maximum of 128MB of RAM.cd Contents/Resources/Java java -jar -mx128m ij.jar |